1- *nvim-kickstart-python.txt* For Neovim Last change: 2024 November 26
1+ *nvim-kickstart-python.txt* For Neovim Last change: 2024 December 25
22
33==============================================================================
44Table of Contents *nvim-kickstart-python-table-of-contents*
@@ -100,10 +100,10 @@ Is provided by the nvim-treesitter
100100<https://github.com/numirias/semshi > plugin. The latter requires `pynvim`
101101(`python3 -m pip install pynvim`) to be installed.
102102
103- Both provide better highlighting, treesitter is considered the more "modern"
103+ Both provide better highlighting, Treesitter is considered the more "modern"
104104approach. Treesitter covers some cases `semshi` does not and vice versa. Have a
105105look at the comparison <./treesitter-or-semshi.md> to decide for yourself which
106- one to use. The config uses treesitter as the more modern approach.
106+ one to use. The config uses Treesitter as the more modern approach.
107107
108108
109109ADDITIONAL PLUGINS OF INTEREST*nvim-kickstart-python-nvim-kickstart-python-additional-plugins-of-interest*
@@ -121,7 +121,7 @@ environment selector - nvim-lspimport
121121for `pyright` . - jupytext.nvim
122122<https://github.com/GCBallesteros/jupytext.nvim >Convert Jupyter Notebooks to
123123code and back. - py-requirements.nvim
124- <https://github.com/MeanderingProgrammer/py-requirements.nvim >Helps manage
124+ <https://github.com/MeanderingProgrammer/py-requirements.nvim > Helpsmanage
125125python requirements. - venv-selector
126126<https://github.com/linux-cultist/venv-selector.nvim >switch virtual
127127environments
0 commit comments