documentation: improve slightly the documentation
- Improves slightly the wording of the documentation. Co-Authored-by: iGor milhit <igor@milhit.ch>main
parent
eb48975dc3
commit
be776d2896
|
@ -10,7 +10,7 @@ tags: [neovim, editor, configuration, README]
|
|||
This new configuration is written with the help of:
|
||||
|
||||
- [`kickstart.nvim`][4]. This is a good project to kickstart a configuration,
|
||||
but then it takes time to understand what it makes, how to use it, and how to
|
||||
but then it takes time to understand what it does, how to use it, and how to
|
||||
modify it.
|
||||
- *[Tutoriel : configurer Neovim comme IDE/éditeur de code à partir de
|
||||
zéro][5]*. This blog post, in French, helped me a lot to understand better my
|
||||
|
@ -41,12 +41,12 @@ I'm using a virtual environment for the python provider, as the
|
|||
|
||||
## Plugins
|
||||
|
||||
I won't provide links for each of these plugins as they are easily to be found.
|
||||
I don't provide links for each of these plugins as they are easy to be found.
|
||||
|
||||
- `lazy.nvim` as plugins manager.
|
||||
- `lazy.nvim` as plugin manager.
|
||||
- `plenary` to get lua functions used by many plugins.
|
||||
- Adwaita for the colorscheme.
|
||||
- `which-key.nvim` to find out shortkeys.
|
||||
- `which-key.nvim` to find out keybindings.
|
||||
- `nvim-tree` as file explorer.
|
||||
- `telescope.nvim` for the fuzzy finder interface. It has some specific
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in New Issue