diff --git a/dotfiles/vim/vimrc b/dotfiles/vim/vimrc index 3140006..e27fc56 100644 --- a/dotfiles/vim/vimrc +++ b/dotfiles/vim/vimrc @@ -100,6 +100,8 @@ 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