1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-04 10:50:06 +08:00
SpaceVim/autoload/SpaceVim/layers/denite.vim
2017-01-14 14:36:36 +08:00

6 lines
160 B
VimL

function! SpaceVim#layers#denite#plugins() abort
return [
\ ['Shougo/denite.nvim',{ 'merged' : 0, 'loadconf' : 1}],
\ ]
endfunction