mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] add man to ignored filetypes of IndentLine
This commit is contained in:
parent
41fdc52950
commit
a420aafa79
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ set foldmethod=marker
|
|||
let g:indentLine_char = "\u2502"
|
||||
let g:indentLine_first_char = g:indentLine_char
|
||||
let g:indentLine_showFirstIndentLevel = 1
|
||||
let g:indentLine_fileTypeExclude = ['text', 'help', 'tutor']
|
||||
let g:indentLine_fileTypeExclude = ['text', 'help', 'tutor', 'man']
|
||||
|
||||
" }}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue