This repository was archived by the owner on Jul 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,10 +82,10 @@ Is provided by the [nvim-treesitter](https://github.com/nvim-treesitter/nvim-tre
8282plugin and/or the [ semshi] ( https://github.com/numirias/semshi ) plugin. The latter
8383requires ` 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"
8686approach. 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
9191These 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
You can’t perform that action at this time.
0 commit comments