Skip to content

Commit

Permalink
Change rainbow_parentheses to autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
wsdjeg committed May 27, 2020
1 parent 2ea9704 commit 0e368ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/SpaceVim/layers/tools.vim
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function! SpaceVim#layers#tools#plugins() abort
call add(plugins, ['tpope/vim-scriptease', { 'merged' : 0}])
call add(plugins, ['lymslive/vimloo', { 'merged' : 0}])
call add(plugins, ['lymslive/vnote', { 'depends' : 'vimloo', 'on_cmd' : ['NoteBook','NoteNew','NoteEdit', 'NoteList', 'NoteConfig', 'NoteIndex', 'NoteImport']}])
call add(plugins, ['junegunn/rainbow_parentheses.vim', { 'on_cmd' : 'RainbowParentheses'}])
call add(plugins, ['junegunn/rainbow_parentheses.vim', { 'merged' : 0}])
call add(plugins, ['mbbill/fencview', { 'on_cmd' : 'FencAutoDetect'}])
call add(plugins, ['simnalamburt/vim-mundo', { 'on_cmd' : 'MundoToggle'}])
call add(plugins, ['wsdjeg/vim-cheat', { 'on_cmd' : 'Cheat'}])
Expand Down

0 comments on commit 0e368ab

Please sign in to comment.