Set indentLine only to html files

This commit is contained in:
flyingscorpio@arch-desktop 2020-05-19 10:50:02 +02:00
parent 7c4d4819af
commit b463fe8c06

View file

@ -100,11 +100,12 @@ let g:ycm_autoclose_preview_window_after_insertion = 1
let NERDTreeIgnore=['^__pycache__$', '\.pyc', '\~$'] " ignore files in NERDTree
let g:indentLine_char = '▏'
" in normal mode ,ne will open NERDTree
nmap <leader>ne :NERDTree<CR>
" let g:indentLine_char = '▏'
let g:indentLine_fileType = ['html', 'htmldjango']
" }}}
" COLORS {{{