nvim: uncomment comment textobject
This commit is contained in:
parent
e80c94955d
commit
8df9e883a1
1 changed files with 6 additions and 0 deletions
|
@ -112,6 +112,12 @@ return {
|
|||
["[M"] = "@class.outer",
|
||||
},
|
||||
},
|
||||
select = {
|
||||
enable = true,
|
||||
keymaps = {
|
||||
["uc"] = "@comment.outer",
|
||||
},
|
||||
},
|
||||
},
|
||||
--- nvim-ts-autotag ---
|
||||
autotag = {
|
||||
|
|
Loading…
Reference in a new issue