Change default mode for CtrlP

This commit is contained in:
Alex Yatskov 2015-01-30 11:42:28 +09:00
parent a612a2260d
commit 48c39a4cf6

View File

@ -29,6 +29,9 @@ Plug 'https://github.com/vim-latex/vim-latex.git'
call plug#end()
" ctrlp.vim
let g:ctrlp_cmd = 'CtrlPMixed'
" syntastic
let g:syntastic_python_checkers = ['pyflakes']