some ctrlp tweaks

moveTools
Adam Veldhousen 2015-10-21 20:55:16 -05:00
parent 2e01a1a0d2
commit 7b1db7c90b
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B
1 changed files with 7 additions and 2 deletions

9
.vimrc
View File

@ -7,12 +7,15 @@ execute pathogen#helptags()
set omnifunc=syntaxcomplete#Complete set omnifunc=syntaxcomplete#Complete
set completeopt-=preview
"we don't want vi compatibility AKA Make Vim more useful "we don't want vi compatibility AKA Make Vim more useful
set nocompatible set nocompatible
" color schemes " color schemes
colorscheme hickop "jellybeans colorscheme CandyPaper
"sunburst
"jellybeans
"hickop "hickop
"pablo "pablo
"torte "torte
@ -191,9 +194,11 @@ au FileType go nmap <Leader>gb <Plug>(go-doc-browser)
" ctrl p " ctrl p
let g:ctrlp_map = '<C-P>' let g:ctrlp_map = '<C-P>'
let g:ctrlp_by_filename = 0
let g:go_disable_autoinstall = 0 let g:go_disable_autoinstall = 0
let g:ctrlp_working_path_mode = 2 let g:ctrlp_working_path_mode = 'rc'
let g:ctrlp_max_files = 5000
"airline config "airline config
let g:airline#extensions#tabline#enabled = 1 let g:airline#extensions#tabline#enabled = 1