From e2b941a452d183841158031691b61fb46e8fb27d Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Sun, 17 May 2020 19:30:12 +0200 Subject: [PATCH] Set indentLine char between columns else python seems misindented --- dotfiles/vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) 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