feat: remove comment.nvim because natively supported in nvim

This commit is contained in:
2026-07-11 16:00:45 +02:00
parent 92fc7fc014
commit ad27c2ce6d
-10
View File
@@ -1,10 +0,0 @@
return {
-- add comment keybinds
"numToStr/Comment.nvim",
opts = {},
event = "BufRead",
config = function()
require("Comment").setup()
require("Comment.ft").set("hyprlang", "#%s")
end,
}