aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home
Commit message (Expand)AuthorAgeFilesLines
* feat: add history hardening and directory stack optionsLibravatar sommerfeld31 hours1-0/+8
* chore: remove redundant setopts (already zsh defaults)Libravatar sommerfeld31 hours1-3/+1
* fix: resolve multiple bugs in .zshrcLibravatar sommerfeld31 hours1-13/+8
* chore: delete obsolete shell config filesLibravatar sommerfeld31 hours6-394/+0
* refactor: rewrite .zshrc as unified interactive configLibravatar sommerfeld31 hours1-127/+178
* refactor: rewrite .zprofile as zsh login configLibravatar sommerfeld31 hours2-2/+133
* feat: add .zshenv bootstrap fileLibravatar sommerfeld31 hours1-0/+2
* chore: remove shadafile=NONE optionLibravatar sommerfeld31 hours1-1/+0
* docs: document every option in options.luaLibravatar sommerfeld31 hours1-44/+61
* chore: remove redundant vim.diagnostic.configLibravatar sommerfeld31 hours1-5/+0
* chore: remove redundant Space-to-Nop mappingLibravatar sommerfeld31 hours1-2/+0
* chore: remove redundant vim.loader.enable()Libravatar sommerfeld31 hours1-2/+0
* chore: remove stale filetypes from close_with_q autocmdLibravatar sommerfeld31 hours1-3/+0
* fix: use native treesitter indentexpr instead of plugin APILibravatar sommerfeld31 hours1-1/+1
* fix: wrap tblgen_lsp_server enable in pcallLibravatar sommerfeld31 hours1-1/+1
* fix: use doas instead of sudo in DoasWrite commandLibravatar sommerfeld31 hours1-6/+6
* fix: correct inlay_hint.is_enabled API for Neovim 0.12Libravatar sommerfeld31 hours1-1/+1
* fix: use branch for blink.download (no semver tags)Libravatar sommerfeld31 hours1-1/+1
* feat: migrate from lazy.nvim to vim.packLibravatar sommerfeld31 hours13-1543/+1105
* chore: remove stale codecompanion source from blink.cmpLibravatar sommerfeld31 hours1-1/+0
* chore: remove explicit plenary.nvim specLibravatar sommerfeld31 hours1-1/+0
* chore: remove auto-cmdheight.nvimLibravatar sommerfeld31 hours1-5/+0
* chore: remove dead neotest referencesLibravatar sommerfeld31 hours2-4/+0
* chore: remove codecompanion.nvim and mcphub.nvimLibravatar sommerfeld31 hours1-53/+0
* feat: update overseer.nvim from v1.6.0 to v2Libravatar sommerfeld31 hours1-18/+21
* fix: resolve which-key overlap and wrong desc in search.luaLibravatar sommerfeld31 hours1-3/+3
* refactor: rename ts.lua to treesitter.luaLibravatar sommerfeld31 hours1-0/+0
* chore: delete dead config/utils.luaLibravatar sommerfeld31 hours1-29/+0
* refactor: move LspAttach handler from autocmds.lua to plugins/lsp.luaLibravatar sommerfeld31 hours2-122/+138
* refactor: extract AI plugins to plugins/ai.luaLibravatar sommerfeld31 hours3-95/+97
* refactor: extract auto-session to plugins/session.luaLibravatar sommerfeld31 hours2-86/+84
* refactor: extract overseer to plugins/runner.luaLibravatar sommerfeld31 hours2-142/+144
* refactor: extract editing plugins to plugins/editing.luaLibravatar sommerfeld31 hours2-144/+146
* refactor: move core config from after/plugin/ and cfg/ to lua/config/Libravatar sommerfeld31 hours5-1/+4
* refactor: consolidate LspAttach handlers into single callbackLibravatar sommerfeld31 hours2-65/+40
* refactor: flatten custom/plugins/ to plugins/Libravatar sommerfeld31 hours9-1/+1
* refactor: remove bufresize.nvim pluginLibravatar sommerfeld31 hours1-5/+0
* refactor: remove hover.nvim pluginLibravatar sommerfeld31 hours1-45/+0
* chore: remove synmaxcol, showmatch, and static cmdheightLibravatar sommerfeld31 hours1-3/+0
* chore: remove undocumented gitsigns internals and no-op highlightsLibravatar sommerfeld31 hours1-7/+0
* chore: remove commented-out rainbow-delimiters referenceLibravatar sommerfeld31 hours1-1/+0
* chore: remove commented-out nvim-treesitter-pairs dependencyLibravatar sommerfeld31 hours1-1/+0
* chore: remove commented-out debug configurationsLibravatar sommerfeld31 hours1-108/+0
* fix: remove stale vim-sneak commentLibravatar sommerfeld31 hours1-1/+0
* fix: remove redundant config function from refactoring.nvimLibravatar sommerfeld31 hours1-4/+0
* fix: use named mode field for treewalker lazy.nvim key specsLibravatar sommerfeld31 hours1-4/+4
* fix: use named fields for codecompanion lazy.nvim key specsLibravatar sommerfeld31 hours1-6/+12
* fix: disambiguate duplicate localleader-gc keymapsLibravatar sommerfeld31 hours1-0/+2
* fix: correct undefined FzfLua global to lowercase fzfluaLibravatar sommerfeld31 hours1-1/+1
* style(nvim): replace verbose kickstart comments with concise onesLibravatar sommerfeld31 hours1-9/+2