summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/config/lua/plugins/early-retirement.lua
blob: 4208c405a9047b3bef968949845b9ac0a6238cca (plain)
1
2
3
4
5
6
return {
  "nvim-early-retirement",
  after = function ()
    require("early-retirement").setup {}
  end
}