Change tabs and spaces indicator characters for Neovim/Vim

This commit is contained in:
Dionisio E Alonso 2020-01-21 13:27:58 -03:00
parent 6864139bf9
commit 79b1d19a9c
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ set tabstop=4 shiftwidth=4
set softtabstop=4 " If not 0, must coincide with "tabstop" for tabs indentation
" and with "shiftwidth" for spaces indentation
set list listchars=tab:»\ ,trail
set list listchars=tab:→ ,trail
let &colorcolumn = join(range(81, 160), ',')
set clipboard+=unnamed,unnamedplus

View File

@ -14,7 +14,7 @@ set tabstop=4 shiftwidth=4
set softtabstop=4 " If not 0, must coincide with "tabstop" for tabs indentation
" and with "shiftwidth" for spaces indentation
set list listchars=tab:»\ ,trail
set list listchars=tab:→ ,trail
let &colorcolumn = join(range(81, 160), ',')
set directory^=~/.local/share/vim/swap//