update
This commit is contained in:
parent
c37bf09c81
commit
f9e3314b2d
2 changed files with 12 additions and 13 deletions
|
|
@ -25,6 +25,9 @@ require('mini.comment').setup {
|
|||
-- Toggle comment on current line
|
||||
comment_line = '++',
|
||||
|
||||
-- Toggle comment on visual selection
|
||||
comment_visual = '++',
|
||||
|
||||
-- Define 'comment' textobject (like `dgc` - delete whole comment block)
|
||||
textobject = '++',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue