2023-04-22 00:40:54 +03:00

8 lines
101 B
Lua

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