Skip to content

Commit

Permalink
commit new bundle.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
skywind3000 committed Feb 28, 2021
1 parent 84f5488 commit aa50590
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bundle.vim
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,11 @@ if has_key(s:enabled, 'blamer')
Plug 'APZelos/blamer.nvim'
endif

if has_key(s:enabled, 'cursorword')
Plug 'itchyny/vim-cursorword'
let g:cursorword_delay = 200
endif


"----------------------------------------------------------------------
" packages end
Expand Down

0 comments on commit aa50590

Please sign in to comment.