aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/nvim/lua/plugins/ui.lua
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove auto-cmdheight.nvimLibravatar sommerfeld37 hours1-5/+0
| | | | | Marginal utility (auto-sizing cmdheight) for startup cost of a lazy=false plugin with empty opts.
* refactor: flatten custom/plugins/ to plugins/Libravatar sommerfeld37 hours1-0/+83
Rename lua/custom/plugins/ to lua/plugins/ following the standard lazy.nvim convention. The extra custom/ nesting added no value. Update import path in init.lua accordingly.