From 12ea3549029423d2cf192d28a7a62421f4f7a033 Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Tue, 18 Apr 2017 09:46:38 +0100 Subject: [PATCH 1/2] Added gruvbox theme --- .vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index a7bc79b..073b8f8 100644 --- a/.vimrc +++ b/.vimrc @@ -1,7 +1,7 @@ set nocompatible filetype off -colorscheme badwolf +colorscheme gruvbox " using Source Code Pro set rtp+=~/.vim/bundle/vundle/ @@ -83,6 +83,7 @@ Bundle 'ap/vim-buftabline' Bundle 'airblade/vim-gitgutter' Bundle 'elzr/vim-json' Bundle 'OmniSharp/omnisharp-vim' +Bundle 'morhetz/gruvbox' let g:JSHintHighlightErrorLine = 0 let g:miniBufExplForceSyntaxEnable = 1 From f569c8726b81cea016d1b7ea3e4940760f5bbb78 Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Tue, 18 Apr 2017 10:01:31 +0100 Subject: [PATCH 2/2] Added gruvbox --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 073b8f8..83e0603 100644 --- a/.vimrc +++ b/.vimrc @@ -1,7 +1,6 @@ set nocompatible filetype off -colorscheme gruvbox " using Source Code Pro set rtp+=~/.vim/bundle/vundle/ @@ -191,3 +190,4 @@ set tags+=/home/fergalm/.vim/tags autocmd Filetype java setlocal omnifunc=javacomplete#Complete let g:SuperTabDefaultCompletionType = 'context' +colorscheme gruvbox