aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/nvim/lua/plugins/completion.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor: extract AI plugins to plugins/ai.luaLibravatar sommerfeld41 hours1-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/Libravatar sommerfeld41 hours1-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.