home: vim: remove commenting plug-ins

Rely on the new built-in support which was added upstream as part of
v0.10.

Crucially, upstream supports using tree-sitter aware comment strings by default.
This commit is contained in:
Bruno BELANYI 2024-05-20 20:33:02 +01:00
parent cc82d7575f
commit 212f280d92
2 changed files with 0 additions and 12 deletions

View file

@ -1,10 +0,0 @@
local wk = require("which-key")
local keys = {
name = "Comment/uncomment",
c = "Current line",
u = "Uncomment the current and adjacent commented lines",
["gc"] = "Uncomment the current and adjacent commented lines",
}
wk.register(keys, { prefix = "gc" })