Changed >> (tab) to | in the vimrc
This commit is contained in:
parent
61f8312889
commit
494e11fc8b
@ -47,7 +47,9 @@ set title
|
||||
|
||||
" indent
|
||||
set backspace=indent,eol,start
|
||||
set list listchars=nbsp:¬,tab:»·,trail:·,extends:>
|
||||
"set list listchars=nbsp:¬,tab:»·,trail:·,extends:>
|
||||
set list listchars=tab:\│\ ,trail:·
|
||||
let g:indentLine_char_list = ['│', '│', '│', '│']
|
||||
|
||||
" editing
|
||||
runtime! macros/matchit.vim
|
||||
|
Loading…
Reference in New Issue
Block a user