vim space symbols
This commit is contained in:
parent
480a6d8ba7
commit
8e8787b2e7
1 changed files with 2 additions and 0 deletions
2
.vimrc
2
.vimrc
|
@ -46,6 +46,8 @@ set tabstop=2
|
||||||
set softtabstop=2
|
set softtabstop=2
|
||||||
set shiftwidth=2
|
set shiftwidth=2
|
||||||
set expandtab
|
set expandtab
|
||||||
|
" Show whitespace markers before cursor in insert mode
|
||||||
|
set list listchars=tab:\ \ ,trail:·
|
||||||
|
|
||||||
" Other settings
|
" Other settings
|
||||||
let g:indent_guides_guide_size=1
|
let g:indent_guides_guide_size=1
|
||||||
|
|
Loading…
Reference in a new issue