Remove comment plugin now that it's included in the neovim 0.10

This commit is contained in:
Martin Larsson 2024-05-20 22:53:32 +02:00
parent 211450d1df
commit 007ade1369

View file

@ -1,9 +0,0 @@
return {
"numToStr/Comment.nvim",
opts = {
mappings = {
extra = false,
},
},
lazy = false,
}