Closed ert485 closed 2 years ago
generate.vim
Google results:
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:
nvim
...but index.htmls value for editor is neovim
index.html
value
neovim
Thanks @ert485
Steps to Reproduce:
generate.vim
from https://vim-bootstrap.com/ after choosing "neovim" and "go"Symptoms and Debugging:
Google results:
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
:...but
index.html
svalue
for editor isneovim
Solution:
nvim
in the html template, notneovim
. This is what the value was before https://github.com/editor-bootstrap/vim-bootstrap/pull/381