nvim: uncomment comment textobject

This commit is contained in:
Daniel Lundin 2023-05-03 10:33:36 +02:00
parent e80c94955d
commit 8df9e883a1

View file

@ -112,6 +112,12 @@ return {
["[M"] = "@class.outer",
},
},
select = {
enable = true,
keymaps = {
["uc"] = "@comment.outer",
},
},
},
--- nvim-ts-autotag ---
autotag = {