diff --git a/vim/.vimrc b/vim/.vimrc index 48c75f8..019cef2 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -101,7 +101,8 @@ set mouse=a " Enable mouse support in (a)ll modes " ========= colors ========= " ========================== -colorscheme wal +" Set the color scheme to wal, or fail silently if it's not installed +silent! colorscheme wal " Don't show the separator for vertical splits highlight vertsplit ctermfg=0 ctermbg=none