add bin/ install to installer

This commit is contained in:
Mark Riedesel 2019-07-19 16:16:54 -05:00
parent 44480115c3
commit 4d2ea52a69
4 changed files with 54 additions and 1 deletions

View file

@ -143,7 +143,10 @@ if executable('rg')
endif
" theme / visual
colorscheme wal
try
colorscheme wal
catch
endtry
hi clear SpellBad " italicize misspellings
hi SpellBad gui=underline cterm=italic