feat(plugins): add git-ai-commit, diffview, and reorganize keymaps

- Add AI-powered commit message generation with git-ai-commit plugin.
- Add diffview for side-by-side git diffs.
- Reorganize telescope keymaps (<leader><leader> for live_grep, <leader>/ for find_files).
- Update lazy.nvim imports to include plugins.extras.
- Add mago.nvim for PHP support.
- Update AI plugin with model configuration.
This commit is contained in:
2026-02-26 15:27:39 +01:00
parent c0d2326e34
commit 49906c175d
8 changed files with 362 additions and 15 deletions

View File

@@ -22,8 +22,6 @@ map('n', '<C-k>', '<C-w><C-k>', { desc = 'Move focus to the upper window' })
-- File explorer
map('n', '<C-e>', ':Neotree toggle<CR>', { desc = '[E]xplorer (toggle neotree)' })
-- LazyGit
map('n', '<C-g>', '<cmd>LazyGit<CR>', { desc = 'LazyGit' })
-- Telescope live grep (fixed: was using broken <cmd>builtin... syntax)
map('n', '<C-f>', function()