Skip to content

Commit

Permalink
use dist/comment toggle plugin
Browse files Browse the repository at this point in the history
thanks and bye tomtom/tcomment_vim

default added by vim/vim#14634
  • Loading branch information
satorunooshie committed Apr 28, 2024
1 parent 23bf042 commit a65041a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ add(plugins.opt, 'https://github.com/markonm/traces.vim')
# Highlight each by a different color.
add(plugins.opt, 'https://github.com/daisuzu/rainbowcyclone.vim')
add(plugins.opt, 'https://github.com/tpope/vim-surround')
# An extensible & universal comment vim-plugin that also handles embedded filetypes.
# ex) gcc.
add(plugins.opt, 'https://github.com/tomtom/tcomment_vim')
# Make blockwise visual mode more useful.
# ex) shift v + shift i.
add(plugins.opt, 'https://github.com/kana/vim-niceblock')
Expand Down Expand Up @@ -182,6 +179,7 @@ def PackAddHandler(timer: number) #{{{

++pidx
if pidx == len(plugins.opt)
packadd comment
packadd cfilter
# Extended % matching.
packadd matchit
Expand Down

0 comments on commit a65041a

Please sign in to comment.