editor-bootstrap / vim-bootstrap

Vim Bootstrap is a generator that provides a simple method of generating a configuration for vim / neovim.
https://vim-bootstrap.com/
MIT License
2.08k stars 209 forks source link

fix: use value of `nvim` instead of `neovim` #405

Closed ert485 closed 2 years ago

ert485 commented 2 years ago

Steps to Reproduce:

Symptoms and Debugging:

Screen Shot 2022-01-26 at 6 57 23 PM

Google results:

Screen Shot 2022-01-26 at 6 58 39 PM

At this point I'm thinking "Ooookaaay, so why am I still getting vim settings even though I chose neovim"

Reason: The vimrc template checks for nvim:

Screen Shot 2022-01-26 at 7 07 11 PM

...but index.htmls value for editor is neovim

Screen Shot 2022-01-26 at 7 09 04 PM

Solution:

avelino commented 2 years ago

Thanks @ert485