kickstart.nvim/lua/custom/plugins/commentnvim.lua
2024-02-01 20:37:06 -08:00

8 lines
110 B
Lua

return {
'numToStr/Comment.nvim',
opts = {
-- add any options here
},
lazy = false,
}