Added gruvbox theme

This commit is contained in:
Fergal Moran
2017-04-18 09:46:38 +01:00
parent ea4da4bf31
commit 12ea354902

3
.vimrc
View File

@@ -1,7 +1,7 @@
set nocompatible set nocompatible
filetype off filetype off
colorscheme badwolf colorscheme gruvbox
" using Source Code Pro " using Source Code Pro
set rtp+=~/.vim/bundle/vundle/ set rtp+=~/.vim/bundle/vundle/
@@ -83,6 +83,7 @@ Bundle 'ap/vim-buftabline'
Bundle 'airblade/vim-gitgutter' Bundle 'airblade/vim-gitgutter'
Bundle 'elzr/vim-json' Bundle 'elzr/vim-json'
Bundle 'OmniSharp/omnisharp-vim' Bundle 'OmniSharp/omnisharp-vim'
Bundle 'morhetz/gruvbox'
let g:JSHintHighlightErrorLine = 0 let g:JSHintHighlightErrorLine = 0
let g:miniBufExplForceSyntaxEnable = 1 let g:miniBufExplForceSyntaxEnable = 1