git.stevedylan.dev
/
dotfiles
home
log
refs
dotfiles
/
nvim
/
lua
/
plugins
/
comments.lua
nvim/lua/plugins/comments.lua
112 B
copy
raw
1
return {
2
"numToStr/Comment.nvim",
3
opts = {},
4
config = function()
5
require("Comment").setup()
6
end,
7
}
8