From b463fe8c066e43b0a2fda0b849bfe38877ec6b60 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Tue, 19 May 2020 10:50:02 +0200 Subject: [PATCH] Set indentLine only to html files --- dotfiles/vim/vimrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 {{{