Missing NVIM_APPNAME typo
This commit is contained in:
parent
62d90435c3
commit
eb653d1196
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user