2023-10-02 19:20:02 +02:00

10 lines
211 B
Lua

return
-- add this to your lua/plugins.lua, lua/plugins/init.lua, or the file you keep your other plugins:
{
'numToStr/Comment.nvim',
opts = {
-- add any options here
},
lazy = false,
}