From eb5934e2bb88673ccc7f252ecf28404e2e79b47c Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Fri, 12 Feb 2016 21:35:51 +0000 Subject: [PATCH] Dunno --- .vimrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index f6db7e3..844c110 100644 --- a/.vimrc +++ b/.vimrc @@ -1,6 +1,7 @@ set nocompatible filetype off +colorscheme badwolf " using Source Code Pro set anti enc=utf-8 @@ -64,12 +65,11 @@ Bundle 'scrooloose/nerdtree' " original repos on github Bundle 'tpope/vim-fugitive' Bundle 'fholgado/minibufexpl.vim' -Bundle 'Valloric/YouCompleteMe' Bundle 'https://github.com/kien/ctrlp.vim' Bundle 'https://github.com/klen/python-mode.git' Bundle 'https://github.com/godlygeek/tabular.git' Bundle 'taglist.vim' - +Bundle 'mattn/emmet-vim' let g:JSHintHighlightErrorLine = 0 let g:miniBufExplForceSyntaxEnable = 1 @@ -116,6 +116,7 @@ endfunction inoremap =OmniPopup('j') inoremap =OmniPopup('k') +colorscheme elflord " Setup 256 colors