mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-19 03:01:27 +01:00
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:
parent
d767450dcc
commit
b0b27be0ab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user