mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 02:52:55 +00:00
show whitespace in vim
This commit is contained in:
parent
2f4e73b5d6
commit
55f176dd25
@ -21,6 +21,7 @@ colorscheme gruvbox " Installed in autoload/ and colors/
|
|||||||
|
|
||||||
set number " Show line numbers
|
set number " Show line numbers
|
||||||
set relativenumber " Relative numbers instead of absolute
|
set relativenumber " Relative numbers instead of absolute
|
||||||
|
set list " Reveal whitespace with ---
|
||||||
set expandtab " Tabs into spaces
|
set expandtab " Tabs into spaces
|
||||||
set shiftwidth=4 " Amount to shift with > key
|
set shiftwidth=4 " Amount to shift with > key
|
||||||
set softtabstop=4 " Amount to shift with TAB key
|
set softtabstop=4 " Amount to shift with TAB key
|
||||||
|
Loading…
Reference in New Issue
Block a user