Set indentLine char between columns else python seems misindented

This commit is contained in:
flyingscorpio@arch-desktop 2020-05-17 19:30:12 +02:00
parent 90d8130c70
commit e2b941a452

View file

@ -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 <leader>ne :NERDTree<CR>