mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:00:04 +08:00
Fix errors
This commit is contained in:
parent
0a8ac78a27
commit
a3c5eb2e2f
@ -0,0 +1,9 @@
|
||||
function! SpaceVim#layers#tags#plugins()
|
||||
return [['ludovicchabant/vim-gutentags', {'merged' : 0}]]
|
||||
endfunction
|
||||
|
||||
function! SpaceVim#layers#tags#config()
|
||||
|
||||
|
||||
|
||||
endfunction
|
@ -1,7 +1,7 @@
|
||||
let g:ctrlp_map = get(g:,'ctrlp_map', '<c-p>')
|
||||
let g:ctrlp_cmd = get(g:, 'ctrlp_cmd', 'CtrlP')
|
||||
let g:ctrlp_working_path_mode = get(g:, 'ctrlp_working_path_mode', 'ra')
|
||||
let g:ctrlp_root_markers = get(g:, 'ctrlp_root_markers', 'pom.xml')
|
||||
let g:ctrlp_root_markers = get(g:, 'ctrlp_root_markers', ['pom.xml'])
|
||||
let g:ctrlp_match_window = get(g:, 'ctrlp_match_window', 'bottom,order:btt,min:1,max:15,results:15')
|
||||
let g:ctrlp_show_hidden = get(g:, 'ctrlp_show_hidden', 1)
|
||||
"for caching
|
||||
|
Loading…
Reference in New Issue
Block a user