diff --git a/dotfiles/vim/vimrc b/dotfiles/vim/vimrc index e27fc56..16d3d22 100644 --- a/dotfiles/vim/vimrc +++ b/dotfiles/vim/vimrc @@ -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 ne :NERDTree +" let g:indentLine_char = '▏' +let g:indentLine_fileType = ['html', 'htmldjango'] + " }}} " COLORS {{{