kickstart.nvim/lua/custom/plugins/commentnvim.lua

8 lines
110 B
Lua
Raw Normal View History

2024-02-01 20:37:06 -08:00
return {
'numToStr/Comment.nvim',
opts = {
-- add any options here
},
lazy = false,
}