Skip to content

Commit

Permalink
update bundle.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
skywind3000 committed Feb 19, 2021
1 parent 5c8b99b commit 36babba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bundle.vim
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ if has_key(s:enabled, 'high')
Plug 'jceb/vim-orgmode', { 'for': 'org' }
Plug 'itchyny/calendar.vim', { 'on': 'Calendar' }
Plug 'francoiscabrol/ranger.vim'
Plug 'AndrewRadev/splitjoin.vim'
Plug 'sbdchd/neoformat'

if has('python3') || has('python2')
Expand Down Expand Up @@ -370,6 +369,10 @@ if has_key(s:enabled, 'clap')
IncScript site/bundle/clap.vim
endif

if has_key(s:enabled, 'splitjoin')
Plug 'AndrewRadev/splitjoin.vim'
endif

if has_key(s:enabled, 'neocomplete')
Plug 'Shougo/neocomplete.vim'
let g:neocomplete#enable_at_startup = 1
Expand Down

0 comments on commit 36babba

Please sign in to comment.