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