This commit is contained in:
Oluwatobi 2023-12-30 21:43:42 +01:00
parent c37bf09c81
commit f9e3314b2d
2 changed files with 12 additions and 13 deletions

View file

@ -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 = '++',
},