feat: remove comment.nvim because natively supported in nvim
This commit is contained in:
@@ -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,
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user