vim: Don't raise an error if wal is not found

Since the wal color scheme is not installed until PlugInstall is ran,
the colorscheme function will always throw an error that needs manual
intervention. This fixes that.
This commit is contained in:
Donovan Glover 2018-11-14 16:47:23 -05:00
parent d767450dcc
commit b0b27be0ab
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

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