aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/nvim/lua
Commit message (Expand)AuthorAgeFilesLines
* 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
* chore: delete dead config/utils.luaLibravatar sommerfeld37 hours1-29/+0
* refactor: move LspAttach handler from autocmds.lua to plugins/lsp.luaLibravatar sommerfeld37 hours2-122/+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: move core config from after/plugin/ and cfg/ to lua/config/Libravatar sommerfeld37 hours4-0/+412
* refactor: consolidate LspAttach handlers into single callbackLibravatar sommerfeld37 hours1-64/+0
* refactor: flatten custom/plugins/ to plugins/Libravatar sommerfeld37 hours8-0/+0
* refactor: remove bufresize.nvim pluginLibravatar sommerfeld37 hours1-5/+0
* refactor: remove hover.nvim pluginLibravatar sommerfeld37 hours1-45/+0
* chore: remove synmaxcol, showmatch, and static cmdheightLibravatar sommerfeld37 hours1-3/+0
* chore: remove undocumented gitsigns internals and no-op highlightsLibravatar sommerfeld37 hours1-7/+0
* chore: remove commented-out rainbow-delimiters referenceLibravatar sommerfeld37 hours1-1/+0
* chore: remove commented-out nvim-treesitter-pairs dependencyLibravatar sommerfeld37 hours1-1/+0
* chore: remove commented-out debug configurationsLibravatar sommerfeld37 hours1-108/+0
* fix: remove redundant config function from refactoring.nvimLibravatar sommerfeld37 hours1-4/+0
* fix: use named mode field for treewalker lazy.nvim key specsLibravatar sommerfeld37 hours1-4/+4
* fix: use named fields for codecompanion lazy.nvim key specsLibravatar sommerfeld37 hours1-6/+12
* fix: disambiguate duplicate localleader-gc keymapsLibravatar sommerfeld37 hours1-0/+2
* fix: correct undefined FzfLua global to lowercase fzfluaLibravatar sommerfeld37 hours1-1/+1
* style(nvim): use opt alias consistently and trim trailing blank lineLibravatar sommerfeld37 hours1-2/+1
* refactor(nvim): remove no-op config function from dial.nvimLibravatar sommerfeld37 hours1-1/+0
* refactor(nvim): remove duplicate fidget.nvim specLibravatar sommerfeld37 hours1-1/+0
* refactor(nvim): rename telescope.lua to search.luaLibravatar sommerfeld37 hours1-0/+0
* refactor(nvim): remove ~470 lines of dead telescope configLibravatar sommerfeld37 hours1-355/+0
* fix(nvim): resolve leader-rv key conflict in refactoring pluginLibravatar sommerfeld37 hours1-1/+1
* fix(nvim): use vim.o instead of vim.wo for fold defaultsLibravatar sommerfeld37 hours1-2/+2
* fix(nvim): correct reversed lhs/rhs in Treewalker SwapUp mappingLibravatar sommerfeld37 hours1-1/+1
* fix(nvim): split lualine searchcount/selectioncount into separate componentsLibravatar sommerfeld37 hours1-1/+1
* fix(nvim): correct typecript typo in conform configLibravatar sommerfeld37 hours1-1/+1
* fix(nvim): correct grepformat missing % before fLibravatar sommerfeld37 hours1-1/+1
* feat(nvim): add pumborder and winborder optionsLibravatar sommerfeld37 hours1-0/+3
* feat(nvim): add nearest flag to completeoptLibravatar sommerfeld37 hours1-1/+1
* feat(nvim): enable messagesopt configurationLibravatar sommerfeld37 hours1-1/+1
* refactor(nvim): remove indent-heuristic from diffoptLibravatar sommerfeld37 hours1-1/+0
* refactor(nvim): remove redundant termguicolors optionLibravatar sommerfeld37 hours1-2/+0
* nvim: replace indent-line with blink.indentLibravatar sommerfeld7 days1-35/+28
* treesitter: remove jsoncLibravatar sommerfeld7 days1-1/+0
* mason: update toolingLibravatar sommerfeld7 days1-4/+6
* overseer: pin to version before breaking changesLibravatar sommerfeld7 days1-0/+1
* overseer: add just debug commandsLibravatar sommerfeld7 days1-0/+21
* nvim: use blink native rainbow hlLibravatar sommerfeld7 days1-7/+7
* nvim: Update mason packagesLibravatar sommerfeld2025-10-241-4/+5
* nvim: Use new hover APILibravatar sommerfeld2025-10-241-13/+23
* nvim: Highlight all indentsLibravatar sommerfeld2025-10-241-1/+1
* nvim: Use fzf-lua instead of telescopeLibravatar sommerfeld2025-10-241-255/+439
* nvim: Use mpchub extension to codecompanionLibravatar sommerfeld2025-10-241-1/+11