From 55f176dd2555439350a591b86854210c7f96b0e3 Mon Sep 17 00:00:00 2001 From: Noah Masur Date: Fri, 31 Jul 2020 09:39:17 -0400 Subject: [PATCH] show whitespace in vim --- nvim.configlink/init.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim.configlink/init.vim b/nvim.configlink/init.vim index 5dd1f2e..e342d96 100644 --- a/nvim.configlink/init.vim +++ b/nvim.configlink/init.vim @@ -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