Typo: NVIM_APP → NVIM_APPNAME

This commit is contained in:
Fabrice Mouhartem 2024-02-06 11:33:19 +01:00
parent 492165db60
commit 62d90435c3
1 changed files with 6 additions and 4 deletions

View File

@ -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.