Files
L-nvim-conf/lua/plugins/comment.lua
Johan 36024d663c new
2025-11-07 00:59:34 +00:00

10 lines
120 B
Lua

return {
'numToStr/Comment.nvim',
opts ={
},
config = function()
require("Comment").setup()
end
}