From 1365e96c16785d70679791c6549b9dbaa174483b Mon Sep 17 00:00:00 2001 From: Kevin Mok Date: Fri, 20 Oct 2017 23:03:05 -0400 Subject: [PATCH] Minor. --- dotfiles/.vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc index 2e54b2f..f30b3b3 100644 --- a/dotfiles/.vimrc +++ b/dotfiles/.vimrc @@ -16,7 +16,7 @@ Plug 'vim-scripts/L9' Plug 'vim-scripts/FuzzyFinder' Plug 'whatyouhide/vim-gotham' Plug 'nathanaelkane/vim-indent-guides' -Plug 'felixhummel/setcolors.vim' +# Plug 'felixhummel/setcolors.vim' call plug#end() @@ -24,3 +24,5 @@ colorscheme gotham map o map O +map :PlugInstall +map :wqa