Missing NVIM_APPNAME typo

This commit is contained in:
Fabrice Mouhartem 2024-02-06 14:36:44 +01:00
parent 62d90435c3
commit eb653d1196
1 changed files with 5 additions and 5 deletions

View File

@ -195,11 +195,11 @@ vim.g.ip_skipfold=true
```
Once all of that is done, at this point of time, I started moving to use the
configuration by exporting `NVIM_APP=new_nvim` inside my `.zshrc`. The idea is
that now I bootstrapped my Neovim config to proficiently edit the configuration,
which in lua also uses LSP and many of `kickstart.nvim` features. During this
process I notice what I liked and disliked to know how to edit the configuration
while editing the configuration.
configuration by exporting `NVIM_APPNAME=new_nvim` inside my `.zshrc`.
The idea is that now I bootstrapped my Neovim config to proficiently edit the
configuration, which in lua also uses LSP and many of `kickstart.nvim` features.
During this process I notice what I liked and disliked to know how to edit the
configuration while editing the configuration.
## Importing my former configuration