1
0
Fork 0
neovim_config/lua/barink/plugins/comments.lua

12 lines
180 B
Lua

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