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.07k stars 209 forks source link

Error detected while processing BufWinEnter Autocommands #406

Closed kunthar closed 2 years ago

kunthar commented 2 years ago

Description

Error detected while processing BufWinEnter Autocommands for "*"..function <SNR>79_Setup[6]..<SNR>79_IndentLinesEnable[10]..<SNR>79_SetConcealOption:

necessary tooling already been installed per language. using asdf for go!

uggla commented 2 years ago

I get the same error and it seems related to indentLine plugin. https://github.com/Yggdroot/indentLine/issues/369

kunthar commented 2 years ago

for anyone needs quick solution, comment this line. vim-plug smart enough to disable it. vi .vimrc

 " Plug 'Yggdroot/indentLine'

closing this...

laurentgoudet commented 2 years ago

for anyone needs quick solution, comment this line. vim-plug smart enough to disable it. vi .vimrc

 " Plug 'Yggdroot/indentLine'

closing this...

I don't think the issue comes from Yggdroot/indentLine, to me it's more a matter of vim-bootstrap passing an invalid value - I've created https://github.com/editor-bootstrap/vim-bootstrap/pull/407 to fix it.