nvim-config/lua/plugins/Comment.lua
2025-01-01 09:08:27 +05:30

9 lines
105 B
Lua

return {
{
"numToStr/Comment.nvim",
event = "VeryLazy",
opts = {},
},
}