From ed72f4a69d4839ea8ad5a59fcd60638cb16a92c3 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 15 Sep 2017 12:06:04 -0400 Subject: Change vim colorscheme to gotham --- configs/shared/.vimrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configs') diff --git a/configs/shared/.vimrc b/configs/shared/.vimrc index dceec89390b3..de4ccc198540 100644 --- a/configs/shared/.vimrc +++ b/configs/shared/.vimrc @@ -97,6 +97,9 @@ Plugin 'pelodelfuego/vim-swoop' " Fish Shell support Plugin 'dag/vim-fish' +" Gotham colorscheme +Plugin 'whatyouhide/vim-gotham' + " Transparent encryption + decryption Plugin 'jamessan/vim-gnupg' @@ -120,7 +123,7 @@ set shiftwidth=2 set background=dark syntax enable -colorscheme onedark +colorscheme gotham if has('termguicolors') set termguicolors -- cgit 1.4.1