2cf930a727
yippsieees
2026-03-24 13:43:04 +01:00
650ef78405
little bit overhaul here and there :))
2026-03-21 15:55:58 +01:00
37e4ba19f8
feat:add markdown
2026-03-17 14:44:41 +01:00
6702d77781
fix(pdf-viewer): remove zero-padding from page filename format
2026-02-26 15:59:01 +01:00
49906c175d
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.
2026-02-26 15:27:39 +01:00
c0d2326e34
feat: add ThePrimeagen/99 AI agent plugin
...
- Configured with OpenCodeProvider (default, matches opencode environment)
- blink.cmp as completion source for # rules and @ file references
- tmp_dir = ./tmp (per-project, keeps opencode permission happy)
- Auto-injects AGENT.md files from file location up to project root
- Keymaps under <leader>9 group:
9v (visual) replace selection with AI result
9s search project → quickfix list
9x stop all in-flight requests
9c clear previous results
9l view debug logs
9m telescope model picker
9p telescope provider picker
- Added AI [9]9 group to which-key
2026-02-26 11:55:48 +01:00
6ec8190beb
refactor: modularize nvim config into lua/config + lua/plugins
...
- Extract all options, keymaps, and autocommands into lua/config/
- Move every plugin spec into its own file under lua/plugins/
- Add custom inline orng colorscheme (dark + light) synced to macOS appearance
- Consolidate image.nvim into pdf-viewer.lua (fix duplicate spec)
- Fix image.nvim processor: magick -> magick_cli
- Remove conflicting nvim-autopairs (kept mini.pairs)
- Fix broken <C-f> keymap (was calling non-existent builtin cmd)
- Delete lua/kickstart/ and lua/custom/ folders
- Add colors/orng.vim + colors/orng-light.vim stubs for mid-session switching
- init.lua reduced from 1078 lines to 49 lines
2026-02-26 11:54:58 +01:00
d36d07d224
init
2026-02-26 11:15:22 +01:00