mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 10:40:03 +08:00
6 lines
160 B
VimL
6 lines
160 B
VimL
function! SpaceVim#layers#denite#plugins() abort
|
|
return [
|
|
\ ['Shougo/denite.nvim',{ 'merged' : 0, 'loadconf' : 1}],
|
|
\ ]
|
|
endfunction
|