Skip to content

Commit

Permalink
feat: update comment plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkn committed Nov 20, 2024
1 parent 362cdd9 commit 8cf72d3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions vim/dein/instantly/base.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ let g:polyglot_disabled=['elm']

# toggle comments
[[plugins]]
repo = 'tyru/caw.vim.git'
repo = 'numToStr/Comment.nvim'
hook_add = '''
nnoremap <C-c> <Plug>(caw:hatpos:toggle)
vnoremap <C-c> <Plug>(caw:hatpos:toggle)
lua << EOF
require('Comment').setup()
EOF
'''

# change operator by s+a/d/r
Expand Down

0 comments on commit 8cf72d3

Please sign in to comment.