[nvim] add man to ignored filetypes of IndentLine

This commit is contained in:
Dmytro Meleshko 2019-08-21 12:47:17 +03:00
parent 41fdc52950
commit a420aafa79
1 changed files with 1 additions and 1 deletions

View File

@ -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']
" }}}