Compare commits

..

3 Commits

Author SHA1 Message Date
iGor milhit a50b7b4b55
plugins: improve slightly the treesitter config
- Adds an empty module options to avoid warning.
- Indents the disabled language list, in order to add some easily.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2024-10-03 08:05:10 +02:00
iGor milhit fd295f92e4
plugins: add zotcite and cmp-zotcite plugins
- Adds zotcite plugins (with completion).

Co-Authored-by: iGor milhit <igor@milhit.ch>
2024-08-29 07:46:28 +02:00
iGor milhit 8799c947d1
core: add a python provider configuration
Co-Authored-by: iGor milhit <igor@milhit.ch>
2024-08-28 17:26:54 +02:00
1 changed files with 0 additions and 5 deletions

View File

@ -23,10 +23,6 @@ This new configuration is written with the help of:
- A [nerd font][3]. - A [nerd font][3].
- [`vscode-langservers-extracted`][6]. It's mandatory for the JSON LSP. - [`vscode-langservers-extracted`][6]. It's mandatory for the JSON LSP.
## Python provider
I'm using a virtual environment for the python provider, as the
[documentation][7], using `pyenv`.
## Structure ## Structure
@ -111,4 +107,3 @@ I won't provide links for each of these plugins as they are easily to be found.
[4]: https://github.com/nvim-lua/kickstart.nvim [4]: https://github.com/nvim-lua/kickstart.nvim
[5]: https://vincent.jousse.org/blog/fr/tech/configurer-neovim-comme-ide-a-partir-de-zero-tutoriel-guide [5]: https://vincent.jousse.org/blog/fr/tech/configurer-neovim-comme-ide-a-partir-de-zero-tutoriel-guide
[6]: https://github.com/hrsh7th/vscode-langservers-extracted [6]: https://github.com/hrsh7th/vscode-langservers-extracted
[7]: https://neovim.io/doc/user/provider.html#python-virtualenv