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