Added gruvbox

This commit is contained in:
Fergal Moran
2017-04-18 10:01:31 +01:00
parent 12ea354902
commit f569c8726b

2
.vimrc
View File

@@ -1,7 +1,6 @@
set nocompatible set nocompatible
filetype off filetype off
colorscheme gruvbox
" using Source Code Pro " using Source Code Pro
set rtp+=~/.vim/bundle/vundle/ set rtp+=~/.vim/bundle/vundle/
@@ -191,3 +190,4 @@ set tags+=/home/fergalm/.vim/tags
autocmd Filetype java setlocal omnifunc=javacomplete#Complete autocmd Filetype java setlocal omnifunc=javacomplete#Complete
let g:SuperTabDefaultCompletionType = 'context' let g:SuperTabDefaultCompletionType = 'context'
colorscheme gruvbox