mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 22:50:06 +08:00
Make ctrlp configable
This commit is contained in:
parent
54ae764467
commit
fd5d6b780c
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user