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
|
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
|
configuration by exporting `NVIM_APPNAME=new_nvim` inside my `.zshrc`.
|
||||||
that now I bootstrapped my Neovim config to proficiently edit the configuration,
|
The idea is that now I bootstrapped my Neovim config to proficiently edit the
|
||||||
which in lua also uses LSP and many of `kickstart.nvim` features. During this
|
configuration, which in lua also uses LSP and many of `kickstart.nvim` features.
|
||||||
process I notice what I liked and disliked to know how to edit the configuration
|
During this process I notice what I liked and disliked to know how to edit the
|
||||||
while editing the configuration.
|
configuration while editing the configuration.
|
||||||
|
|
||||||
## Importing my former configuration
|
## Importing my former configuration
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user