summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* fix(nvim): correct grepformat missing % before fsommerfeld2026-04-171-1/+1
| | | | | The pattern "f:%l:%c:%m" was missing the % sigil before f, causing :grep results to fail parsing file names.
* refactor(nvim): remove LSP mappings now default in 0.12sommerfeld2026-04-171-5/+0
| | | | | | Remove gra (code_action) and <leader>cl (codelens.run) mappings. Neovim 0.12 provides these as gra and grx defaults respectively. Also remove unused nvmap helper function.
* fix(nvim): remove duplicate vim.lsp.enable("just")sommerfeld2026-04-171-2/+0
| | | | Already called in lsp.lua config function alongside tblgen_lsp_server.
* feat(nvim): enable treesitter foldexprsommerfeld2026-04-171-1/+1
| | | | | | Uncomment vim.treesitter.foldexpr() which is well-supported in 0.12. Folding remains disabled by default (foldenable=false) so this only takes effect when explicitly enabled per-buffer.
* feat(nvim): add pumborder and winborder optionssommerfeld2026-04-171-0/+3
| | | | | Enable popup menu border and set rounded borders for all floating windows globally (Neovim 0.12).
* feat(nvim): add nearest flag to completeoptsommerfeld2026-04-171-1/+1
| | | | Sorts native completion results by cursor proximity (Neovim 0.12).
* feat(nvim): enable messagesopt configurationsommerfeld2026-04-171-1/+1
| | | | Set wait:5000 and history:500 for message display behavior.
* refactor(nvim): remove indent-heuristic from diffoptsommerfeld2026-04-171-1/+0
| | | | Now included in Neovim 0.12 defaults along with inline:char.
* refactor(nvim): remove redundant termguicolors optionsommerfeld2026-04-171-2/+0
| | | | Default since Neovim 0.10, no longer needs to be set explicitly.
* copilot: add configsommerfeld2026-04-118-0/+277
|
* meta: remove flang from fortran packagesommerfeld2026-04-111-2/+1
| | | | It takes too long to build whenver updating
* sh: add copilot aliassommerfeld2026-04-111-0/+1
|
* sh: update flang aliasessommerfeld2026-04-111-2/+3
|
* nvim: replace indent-line with blink.indentsommerfeld2026-04-111-35/+28
|
* treesitter: remove jsoncsommerfeld2026-04-111-1/+0
|
* mason: update toolingsommerfeld2026-04-111-4/+6
|
* overseer: pin to version before breaking changessommerfeld2026-04-111-0/+1
|
* overseer: add just debug commandssommerfeld2026-04-111-0/+21
|
* nvim: use blink native rainbow hlsommerfeld2026-04-111-7/+7
|
* git: only ignore comp DBs at the repo rootsommerfeld2026-04-111-2/+2
|
* git: add fmt aliassommerfeld2026-04-111-0/+1
|
* clangd: show how to configure a remote indexersommerfeld2026-04-111-0/+7
|
* Add MS Teams to RFP user-overridessommerfeld2026-04-111-1/+1
|
* meta: Remove just-lspsommerfeld2025-10-241-2/+1
| | | | It's now installed through Mason
* nvim: Update mason packagessommerfeld2025-10-241-4/+5
|
* nvim: Use new hover APIsommerfeld2025-10-241-13/+23
|
* nvim: Highlight all indentssommerfeld2025-10-241-1/+1
|
* nvim: Use fzf-lua instead of telescopesommerfeld2025-10-241-255/+439
|
* nvim: Use mpchub extension to codecompanionsommerfeld2025-10-241-1/+11
|
* nvim: Use vertical when overseer failuresommerfeld2025-10-241-4/+6
|
* nvim: Add more overseer mappingssommerfeld2025-10-242-1/+28
|
* nvim: Improve completionsommerfeld2025-10-241-1/+57
| | | | | | * NES * Colors in completion menu * Rainbow parenthesis using blink
* nvim: Add missing <CR> to mappingssommerfeld2025-10-241-1/+6
|
* git: Improve defaults and aliasessommerfeld2025-10-241-41/+34
|
* gdb: Relax safe-path warningssommerfeld2025-10-241-0/+1
|
* nvim: Add fortls configsommerfeld2025-10-241-0/+10
|
* Add .lldbinitsommerfeld2025-10-242-0/+5
|
* [sxhkd] Change record bindsommerfeld2025-10-241-2/+2
|
* [meta] Add new packagessommerfeld2025-10-243-4/+8
|
* [record] Simplify ffmpeg commandsommerfeld2025-10-241-12/+4
|
* nvim: Move LSP config to 'after'sommerfeld2025-10-242-0/+0
|
* Add a lot of changessommerfeld2025-09-1159-1888/+2451
|
* [LW] Add letterboxingsommerfeld2025-01-311-0/+18
|
* [gpg] Add missing key to ssh-agentsommerfeld2025-01-311-0/+1
|
* [meta] Update metapackagessommerfeld2025-01-314-10/+10
|
* [x] Change hercules touchpad namesommerfeld2025-01-311-2/+2
|
* [x] Configure ergodox layoutsommerfeld2025-01-311-0/+2
|
* [x] Remove general xmodmapsommerfeld2025-01-311-2/+0
|
* [sh] Format input-setupsommerfeld2025-01-311-16/+18
|
* [zsh] Enable colors earliersommerfeld2025-01-311-2/+3
|