From be776d28966b79809fe8684a18e0b8fbb0cf5c6f Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Fri, 3 Oct 2025 09:16:20 +0200 Subject: [PATCH] documentation: improve slightly the documentation - Improves slightly the wording of the documentation. Co-Authored-by: iGor milhit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2be2ff5..9d67b94 100644 --- a/README.md +++ b/README.md @@ -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: