diff --git a/content/software/nvim-configure.md b/content/software/nvim-configure.md index ebb970b..087f460 100644 --- a/content/software/nvim-configure.md +++ b/content/software/nvim-configure.md @@ -1,6 +1,7 @@ --- Title: Setup Neovim with kickstart.nvim Date: 2023-12-25 17:15 +Modified: 2024-02-06 10:30 Lang: en Author: Fabrice Category: software @@ -83,10 +84,11 @@ that is over 600 lines long. I thus decided to split it into short files that manages a specific part of the configuration: completion, lsps, treesitter, mappings after reading the different configuration default from nvim-kickstart and changing what I disliked. To do that, I started with using the -[`NVIM_APP`](https://practical.li/neovim/configuration/) environment option in -order to make the move in a non-destructive way. After installing the bare -minimum to make it usable for me (as a bépo user), I exported the `NVIM_APP` -variable to start using my configuration to help me debug it on the fly. +[`NVIM_APPNAME`](https://practical.li/neovim/configuration/) environment option +in order to make the move in a non-destructive way. +After installing the bare minimum to make it usable for me (as a bépo user), I +exported the `NVIM_APPNAME` variable to start using my configuration to help me +debug it on the fly. I also decided to write this blog post to remember the process and maybe helped some people who want to configure their text editor.