1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 02:30:03 +08:00

Merge branch 'dev' into denite

This commit is contained in:
wsdjeg 2017-03-21 22:48:46 +08:00
commit 7e3280047c

View File

@ -38,8 +38,9 @@ function! SpaceVim#layers#tools#plugins() abort
\ ['scrooloose/nerdtree', { 'on_cmd' : 'NERDTreeToggle',
\ 'loadconf' : 1}],
\ ['Xuyuanp/nerdtree-git-plugin'],
\ ['lymslive/vimloo'],
\ ['lymslive/vnote', {'depends' : 'vimloo'}],
\ ['lymslive/vimloo', {'merged' : 0}],
\ ['lymslive/vnote', {'depends' : 'vimloo',
\ 'on_cmd' : ['NoteBook','NoteNew','NoteEdit', 'NoteList', 'NoteConfig', 'NoteIndex', 'NoteImport']}],
\ ]
endfunction