| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: migrate from lazy.nvim to vim.pack | 45 hours | 1 | -97/+74 | |
| | | | | | | | | | | | | | | | | | Replace lazy.nvim plugin manager with Neovim 0.12's native vim.pack API. All plugin config files rewritten from lazy.nvim spec tables to imperative require/setup format with explicit vim.keymap.set() calls. Key changes: - vim.pack.add() with ~53 plugins in init.lua - blink.cmp/pairs/download pinned to version tags (vim.version.range) - PackChanged autocmd for markdown-preview build hook - Ordered requires: colorscheme → ui → treesitter → completion → lsp → rest - Plugin setup guards (gitsigns, which-key, blink.cmp) handle deferred plugin/ file loading correctly Net reduction: ~438 lines across 13 files. | ||||
| * | chore: remove stale codecompanion source from blink.cmp | 45 hours | 1 | -1/+0 | |
| | | |||||
| * | refactor: extract AI plugins to plugins/ai.lua | 45 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/ | 45 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. | |||||
