show whitespace in vim

This commit is contained in:
Noah Masur 2020-07-31 09:39:17 -04:00
parent 2f4e73b5d6
commit 55f176dd25

View File

@ -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