Skip to content

Commit 70c9427

Browse files
committed
docs: fix some formatting
1 parent d25a65c commit 70c9427

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ Is provided by the [nvim-treesitter](https://github.com/nvim-treesitter/nvim-tre
8282
plugin and/or the [semshi](https://github.com/numirias/semshi) plugin. The latter
8383
requires `pynvim` (`python3 -m pip install pynvim`) to be installed.
8484

85-
Both provide better highlighting, treesitter is considered the more "modern"
85+
Both provide better highlighting, Treesitter is considered the more "modern"
8686
approach. Treesitter covers some cases `semshi` does not and vice versa. Have a
8787
[look at the comparison](./treesitter-or-semshi.md) to decide for yourself which
88-
one to use. The config uses treesitter as the more modern approach.
88+
one to use. The config uses Treesitter as the more modern approach.
8989

9090
## Additional plugins of interest
9191
These plugins are not included in the config, but they are worth mentioning, as
@@ -101,7 +101,8 @@ some people might be interested in them:
101101
resolves imports for `pyright`.
102102
- [jupytext.nvim](https://github.com/GCBallesteros/jupytext.nvim): Convert
103103
Jupyter Notebooks to code and back.
104-
- [py-requirements.nvim](https://github.com/MeanderingProgrammer/py-requirements.nvim): Helps manage python requirements.
104+
- [py-requirements.nvim](https://github.com/MeanderingProgrammer/py-requirements.nvim):
105+
Helps manage python requirements.
105106
- [venv-selector](https://github.com/linux-cultist/venv-selector.nvim): switch
106107
virtual environments
107108

0 commit comments

Comments
 (0)