| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: extract AI plugins to plugins/ai.lua | 37 hours | 1 | -42/+0 | |
| | | | | | | Move copilot.lua from completion.lua and codecompanion from plugins/init.lua into a dedicated ai.lua file. Both are AI-related, not completion. | ||||
| * | refactor: flatten custom/plugins/ to plugins/ | 37 hours | 1 | -0/+152 | |
| 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. | |||||
