feat(nvim): add soft-tab spaces (why was this commented out?)

This commit is contained in:
George Rawlinson 2020-01-29 21:42:04 +13:00
parent 51929f0225
commit a0151fd8ad
Signed by: grawlinson
GPG key ID: E0959FEA8B550539

View file

@ -20,9 +20,9 @@ set number
" display " display
set tabstop=4 set tabstop=4
set softtabstop=4
set shiftwidth=4 set shiftwidth=4
set expandtab set expandtab
"set softtabstop=4
" show tabs, trailing space & EOL " show tabs, trailing space & EOL
set listchars=tab:▸\ ,trail,eol set listchars=tab:▸\ ,trail,eol