Yggdroot / indentLine

A vim plugin to display the indention levels with thin vertical lines
MIT License
4.14k stars 227 forks source link

Template not found: indentLine_char = '┊' #287

Closed Mr-Jack82 closed 4 years ago

Mr-Jack82 commented 4 years ago

As it was written in indentLine-faq I set the setting of indent line char like this: g:indentLIne_char = '┊', but when I open a document in neovim I get this error: Template not found: indentLine_char = '┊'. Visually everything works as it should, but why I get that error message? Выделение_003

Mr-Jack82 commented 4 years ago

It was my fault, sorry. I missed the let keyword, so this command should look like this: let g:indentLIne_char = '┊'