feat(nvim): add soft-tab spaces (why was this commented out?)
This commit is contained in:
parent
51929f0225
commit
a0151fd8ad
1 changed files with 1 additions and 1 deletions
|
@ -20,9 +20,9 @@ set number
|
|||
|
||||
" display
|
||||
set tabstop=4
|
||||
set softtabstop=4
|
||||
set shiftwidth=4
|
||||
set expandtab
|
||||
"set softtabstop=4
|
||||
|
||||
" show tabs, trailing space & EOL
|
||||
set listchars=tab:▸\ ,trail:·,eol:¬
|
||||
|
|
Loading…
Reference in a new issue