Set indentLine only to html files
This commit is contained in:
parent
7c4d4819af
commit
b463fe8c06
1 changed files with 3 additions and 2 deletions
|
@ -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 {{{
|
||||
|
|
Loading…
Add table
Reference in a new issue