aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/nvim/lua/plugins/ai.lua
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove codecompanion.nvim and mcphub.nvimLibravatar sommerfeld39 hours1-53/+0
| | | | | Redundant with copilot.lua (inline completions via NES) and Copilot CLI (chat/agentic workflows outside the editor).
* refactor: extract AI plugins to plugins/ai.luaLibravatar sommerfeld39 hours1-0/+97
Move copilot.lua from completion.lua and codecompanion from plugins/init.lua into a dedicated ai.lua file. Both are AI-related, not completion.