12 lines
180 B
Lua
12 lines
180 B
Lua
|
return {
|
||
|
'numToStr/Comment.nvim',
|
||
|
opts = {
|
||
|
-- add any options here
|
||
|
},
|
||
|
config = function ()
|
||
|
require("Comment").setup()
|
||
|
end,
|
||
|
lazy = false,
|
||
|
}
|
||
|
|