1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 23:49:19 +08:00

Merge pull request #350 from SpaceVim/lazy-load-vnote

Lazy load vnote
This commit is contained in:
Wang Shidong 2017-03-21 14:06:53 +08:00 committed by GitHub
commit 8477030590

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