From 11866a9ee56e1359566e144cff033bba55e7f444 Mon Sep 17 00:00:00 2001 From: Von Random Date: Thu, 5 Mar 2015 19:45:48 +0300 Subject: [PATCH] some vim tweaks and additions --- vimrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index f60fbcd..66a9275 100644 --- a/vimrc +++ b/vimrc @@ -1,9 +1,8 @@ -if &cp | set nocp | endif +set nocompatible let s:cpo_save=&cpo set cpo&vim let &cpo=s:cpo_save unlet s:cpo_save -set nocompatible set backspace=indent,eol,start set nobackup set history=50 @@ -109,6 +108,8 @@ if v:version >= 700 Plugin 'morhetz/gruvbox' "gruvbox Plugin 'whatyouhide/vim-gotham' "gotham Plugin 'vim-scripts/strange' "strange + Plugin 'chriskempson/base16-vim' "base16 variety + Plugin 'tomasr/molokai' "molokai " syntax highlight plugins Plugin 'puppetlabs/puppet-syntax-vim' "puppet @@ -159,6 +160,7 @@ if v:version >= 700 let g:solarized_italic=0 let g:solarized_underline=0 let g:solarized_visibility='low' + let g:solarized_termtrans=1 colorscheme solarized endif else