editor-bootstrap/vim-bootstrap

Error detected while processing BufWinEnter Autocommands

kunthar opened this issue · 3 comments

  • Vim bootstrap version(number in first line):
    " vim-bootstrap 2022-03-23 18:41:31

  • Operating system:
    Darwin 21.4.0 Darwin Kernel Version 21.4.0: Mon Feb 21 20:34:37 PST 2022; root:xnu-8020.101.4~2/RELEASE_X86_64 x86_64
    Monterey

  • Vim/Nvim version:
    vim 8.2.4550

  • Languages:
    go, python, rust

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

I get the same error and it seems related to indentLine plugin.
Yggdroot/indentLine#369

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

 " Plug 'Yggdroot/indentLine'

closing this...

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 #407 to fix it.