Change default mode for CtrlP
This commit is contained in:
parent
a612a2260d
commit
48c39a4cf6
@ -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']
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user