avoid indenting with spaces #366
-
Hi Lukas, thanks for your contribution, your plugin works pretty nice : ) My question is how can I avoid indenting with spaces on the first characters? example if(something){ im trying to avoid the | | | | | | | | | before the WORDHERE, and also the spaces at the begging of a empy line could this be achieved? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I am not 100% sure I understand, but I'll try to answer.
You can use
You can turn off the first indent guide with |
Beta Was this translation helpful? Give feedback.
I am not 100% sure I understand, but I'll try to answer.
You can use
:help g:indent_blankline_max_indent_increase
to only increase the indent level by 1, regardless of how deep a line is indented. Does that help?You can turn off the first indent guide with
:help g:indent_blankline_show_first_indent_level