From 3746126d8c6ef486243f2c6c5c58bda556a48509 Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Wed, 19 Mar 2014 19:05:50 +0000 Subject: [PATCH] Changed colorscheme --- .vimrc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.vimrc b/.vimrc index 46c831b..d886b7b 100644 --- a/.vimrc +++ b/.vimrc @@ -33,7 +33,6 @@ map m :tabnext vnoremap s :sort set incsearch -set ignorecase set smartcase " let Vundle manage Vundle @@ -57,7 +56,11 @@ Bundle 'https://github.com/kien/ctrlp.vim' let g:ctrlp_max_height = 30 set wildignore+=*.pyc set wildignore+=*_build/* - +" Sane Ignore For ctrlp +let g:ctrlp_custom_ignore = { + \ 'dir': '\.git$\|\.hg$\|\.svn$\|\.yardoc\|node_modules|public\/images\|public\/system\|data\|log\|tmp$', + \ 'file': '\.exe$\|\.so$\|\.dat$' + \ } Bundle 'https://github.com/klen/python-mode.git' map g :call RopeGotoDefinition() let ropevim_enable_shortcuts = 1 @@ -139,7 +142,7 @@ set formatoptions+=2 " Use indent from 2nd line of a paragraph set formatoptions+=l " Don't break lines that are already long set formatoptions+=1 " Break before 1-letter words -colorscheme badwolf +colorscheme elflord syntax enable filetype plugin indent on