aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/nvim/lua/plugins
Commit message (Expand)AuthorAgeFilesLines
* fix: correct inlay_hint.is_enabled API for Neovim 0.12Libravatar sommerfeld37 hours1-1/+1
* feat: migrate from lazy.nvim to vim.packLibravatar sommerfeld37 hours12-1510/+991
* chore: remove stale codecompanion source from blink.cmpLibravatar sommerfeld37 hours1-1/+0
* chore: remove explicit plenary.nvim specLibravatar sommerfeld37 hours1-1/+0
* chore: remove auto-cmdheight.nvimLibravatar sommerfeld37 hours1-5/+0
* chore: remove dead neotest referencesLibravatar sommerfeld37 hours1-1/+0
* chore: remove codecompanion.nvim and mcphub.nvimLibravatar sommerfeld37 hours1-53/+0
* feat: update overseer.nvim from v1.6.0 to v2Libravatar sommerfeld37 hours1-18/+21
* fix: resolve which-key overlap and wrong desc in search.luaLibravatar sommerfeld37 hours1-3/+3
* refactor: rename ts.lua to treesitter.luaLibravatar sommerfeld37 hours1-0/+0
* refactor: move LspAttach handler from autocmds.lua to plugins/lsp.luaLibravatar sommerfeld37 hours1-0/+138
* refactor: extract AI plugins to plugins/ai.luaLibravatar sommerfeld37 hours3-95/+97
* refactor: extract auto-session to plugins/session.luaLibravatar sommerfeld37 hours2-86/+84
* refactor: extract overseer to plugins/runner.luaLibravatar sommerfeld37 hours2-142/+144
* refactor: extract editing plugins to plugins/editing.luaLibravatar sommerfeld37 hours2-144/+146
* refactor: consolidate LspAttach handlers into single callbackLibravatar sommerfeld37 hours1-64/+0
* refactor: flatten custom/plugins/ to plugins/Libravatar sommerfeld37 hours8-0/+1559