File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed 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
82
82
plugin and/or the [ semshi] ( https://github.com/numirias/semshi ) plugin. The latter
83
83
requires ` pynvim ` (` python3 -m pip install pynvim ` ) to be installed.
84
84
85
- Both provide better highlighting, treesitter is considered the more "modern"
85
+ Both provide better highlighting, Treesitter is considered the more "modern"
86
86
approach. Treesitter covers some cases ` semshi ` does not and vice versa. Have a
87
87
[ 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.
89
89
90
90
## Additional plugins of interest
91
91
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:
101
101
resolves imports for ` pyright ` .
102
102
- [ jupytext.nvim] ( https://github.com/GCBallesteros/jupytext.nvim ) : Convert
103
103
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.
105
106
- [ venv-selector] ( https://github.com/linux-cultist/venv-selector.nvim ) : switch
106
107
virtual environments
107
108
You can’t perform that action at this time.
0 commit comments