Set indentLine char between columns else python seems misindented
This commit is contained in:
parent
90d8130c70
commit
e2b941a452
1 changed files with 2 additions and 0 deletions
|
@ -100,6 +100,8 @@ let g:ycm_autoclose_preview_window_after_insertion = 1
|
||||||
|
|
||||||
let NERDTreeIgnore=['^__pycache__$', '\.pyc', '\~$'] " ignore files in NERDTree
|
let NERDTreeIgnore=['^__pycache__$', '\.pyc', '\~$'] " ignore files in NERDTree
|
||||||
|
|
||||||
|
let g:indentLine_char = '▏'
|
||||||
|
|
||||||
" in normal mode ,ne will open NERDTree
|
" in normal mode ,ne will open NERDTree
|
||||||
nmap <leader>ne :NERDTree<CR>
|
nmap <leader>ne :NERDTree<CR>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue