diff --git a/content/software/nvim-configure.md b/content/software/nvim-configure.md index 087f460..15482cd 100644 --- a/content/software/nvim-configure.md +++ b/content/software/nvim-configure.md @@ -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