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:
parent
cc82d7575f
commit
212f280d92
2 changed files with 0 additions and 12 deletions
|
|
@ -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" })
|
||||
Loading…
Add table
Add a link
Reference in a new issue