1
0
Fork 0

I am keeping these two new themes for now, as well as remove some redundancy and a couple of empty lines from vimrc

This commit is contained in:
Von Random 2015-06-30 20:01:13 +03:00
parent 898c3d9a45
commit d46d711c08

8
vimrc
View file

@ -112,6 +112,8 @@ if v:version >= 700
" colorschemes
Plugin 'morhetz/gruvbox'
Plugin 'MichaelMalick/vim-colors-bluedrake'
Plugin 'romainl/Apprentice'
" syntax highlight plugins
Plugin 'puppetlabs/puppet-syntax-vim'
@ -146,7 +148,6 @@ if v:version >= 700
" signify options
let g:signify_vcs_list=[ 'svn', 'git' ]
let g:signify_sign_change='~'
endif
" gvim and colorschemes related stuff
@ -163,16 +164,15 @@ if v:version >= 700
map <S-Insert> <MiddleMouse>
map! <S-Insert> <MiddleMouse>
endif
let g:gruvbox_italic=0
let g:gruvbox_underline=0
colorscheme gruvbox
syntax on
else
colorscheme elflord
syntax on
endif
syntax on
" Enable autoindent
filetype plugin indent on