From ecea5344b192f6961c842c2dd0735503e083cff3 Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Wed, 22 May 2019 23:01:52 -0400 Subject: [PATCH] use the vim Dracula colorscheme, but dont complain if it does not exist --- vim/.vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/.vimrc b/vim/.vimrc index a4a8f18..297a866 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -102,7 +102,7 @@ endif " has("autocmd") "==================== colorscheme ==================== let g:dracula_colorterm = 0 -colorscheme dracula +!silent colorscheme dracula " ==================== Code Folding ====================