mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 06:10:05 +08:00
Fix cscope layer (#1786)
This commit is contained in:
parent
cce133115e
commit
e12f243214
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
function! SpaceVim#layers#cscope#plugins() abort
|
function! SpaceVim#layers#cscope#plugins() abort
|
||||||
let plugins = [
|
let plugins = [
|
||||||
\ ['SpaceVim/cscope.vim'],
|
\ ['SpaceVim/cscope.vim', {'merged' : 0}],
|
||||||
\ ]
|
\ ]
|
||||||
return plugins
|
return plugins
|
||||||
endfunction
|
endfunction
|
||||||
|
Loading…
Reference in New Issue
Block a user