1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 20:10:05 +08:00

Add vnote into tools layer

close #261
This commit is contained in:
wsdjeg 2017-03-19 20:46:48 +08:00
parent 6c679e8bb8
commit fcb681afa7

View File

@ -38,6 +38,8 @@ function! SpaceVim#layers#tools#plugins() abort
\ ['scrooloose/nerdtree', { 'on_cmd' : 'NERDTreeToggle',
\ 'loadconf' : 1}],
\ ['Xuyuanp/nerdtree-git-plugin'],
\ ['lymslive/vimloo'],
\ ['lymslive/vnote', {'depends' : 'vimloo'}],
\ ]
endfunction