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