1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 10:30:05 +08:00

Fix errors

This commit is contained in:
wsdjeg 2017-08-04 04:23:24 +08:00
parent 0a8ac78a27
commit a3c5eb2e2f
2 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,9 @@
function! SpaceVim#layers#tags#plugins()
return [['ludovicchabant/vim-gutentags', {'merged' : 0}]]
endfunction
function! SpaceVim#layers#tags#config()
endfunction

View File

@ -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