mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +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 relativenumber " Relative numbers instead of absolute
|
||||
set list " Reveal whitespace with ---
|
||||
set expandtab " Tabs into spaces
|
||||
set shiftwidth=4 " Amount to shift with > key
|
||||
set softtabstop=4 " Amount to shift with TAB key
|
||||
|
Loading…
Reference in New Issue
Block a user