diff --git a/vim/vimrc b/vim/vimrc index 45d03f9..aae06fe 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -130,3 +130,6 @@ endfunction let g:bufExplorerSortBy='fullpath' let g:bufExplorerSplitOutPathName=0 let g:bufExplorerShowRelativePath=1 +set runtimepath^=~/.vim/bundle/ctrlp.vim +let g:ctrlp_map = '' +let g:ctrlp_cmd = 'CtrlP'