From d46d711c0887c768b35d0f41ef02973a2490a2ac Mon Sep 17 00:00:00 2001 From: Von Random Date: Tue, 30 Jun 2015 20:01:13 +0300 Subject: [PATCH] I am keeping these two new themes for now, as well as remove some redundancy and a couple of empty lines from vimrc --- vimrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vimrc b/vimrc index e4bd43b..4ed9913 100644 --- a/vimrc +++ b/vimrc @@ -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 map! 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 -