1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:30:04 +08:00

Make ctrlp configable

This commit is contained in:
wsdjeg 2017-03-21 20:40:11 +08:00
parent 54ae764467
commit fd5d6b780c

View File

@ -1,4 +1,4 @@
let g:ctrlp_map = '<c-p>'
let g:ctrlp_map = get(g:,'ctrlp_map', '<c-p>')
let g:ctrlp_cmd = 'CtrlP'
let g:ctrlp_working_path_mode = 'ra'
let g:ctrlp_root_markers = 'pom.xml'