summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/config/lua/plugins/comment.lua
blob: 749e622a2cbe0922678ef2830edaa7ddd48ae78b (plain)
1
2
3
4
5
6
7
return {
  "comment.nvim",
  lazy = false,
  after = function()
    require("Comment").setup()
  end
}