| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix(nvim): correct grepformat missing % before f | 41 hours | 1 | -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.12 | 41 hours | 1 | -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") | 41 hours | 1 | -2/+0 | ||
| | | | | | Already called in lsp.lua config function alongside tblgen_lsp_server. | |||||
| * | feat(nvim): enable treesitter foldexpr | 41 hours | 1 | -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 options | 41 hours | 1 | -0/+3 | ||
| | | | | | | Enable popup menu border and set rounded borders for all floating windows globally (Neovim 0.12). | |||||
| * | feat(nvim): add nearest flag to completeopt | 41 hours | 1 | -1/+1 | ||
| | | | | | Sorts native completion results by cursor proximity (Neovim 0.12). | |||||
| * | feat(nvim): enable messagesopt configuration | 41 hours | 1 | -1/+1 | ||
| | | | | | Set wait:5000 and history:500 for message display behavior. | |||||
| * | refactor(nvim): remove indent-heuristic from diffopt | 41 hours | 1 | -1/+0 | ||
| | | | | | Now included in Neovim 0.12 defaults along with inline:char. | |||||
| * | refactor(nvim): remove redundant termguicolors option | 41 hours | 1 | -2/+0 | ||
| | | | | | Default since Neovim 0.10, no longer needs to be set explicitly. | |||||
| * | copilot: add config | 7 days | 8 | -0/+277 | ||
| | | ||||||
| * | meta: remove flang from fortran package | 7 days | 1 | -2/+1 | ||
| | | | | | It takes too long to build whenver updating | |||||
| * | sh: add copilot alias | 7 days | 1 | -0/+1 | ||
| | | ||||||
| * | sh: update flang aliases | 7 days | 1 | -2/+3 | ||
| | | ||||||
| * | nvim: replace indent-line with blink.indent | 7 days | 1 | -35/+28 | ||
| | | ||||||
| * | treesitter: remove jsonc | 7 days | 1 | -1/+0 | ||
| | | ||||||
| * | mason: update tooling | 7 days | 1 | -4/+6 | ||
| | | ||||||
| * | overseer: pin to version before breaking changes | 7 days | 1 | -0/+1 | ||
| | | ||||||
| * | overseer: add just debug commands | 7 days | 1 | -0/+21 | ||
| | | ||||||
| * | nvim: use blink native rainbow hl | 7 days | 1 | -7/+7 | ||
| | | ||||||
| * | git: only ignore comp DBs at the repo root | 7 days | 1 | -2/+2 | ||
| | | ||||||
| * | git: add fmt alias | 7 days | 1 | -0/+1 | ||
| | | ||||||
| * | clangd: show how to configure a remote indexer | 7 days | 1 | -0/+7 | ||
| | | ||||||
| * | Add MS Teams to RFP user-overrides | 7 days | 1 | -1/+1 | ||
| | | ||||||
| * | meta: Remove just-lsp | 2025-10-24 | 1 | -2/+1 | ||
| | | | | | It's now installed through Mason | |||||
| * | nvim: Update mason packages | 2025-10-24 | 1 | -4/+5 | ||
| | | ||||||
| * | nvim: Use new hover API | 2025-10-24 | 1 | -13/+23 | ||
| | | ||||||
| * | nvim: Highlight all indents | 2025-10-24 | 1 | -1/+1 | ||
| | | ||||||
| * | nvim: Use fzf-lua instead of telescope | 2025-10-24 | 1 | -255/+439 | ||
| | | ||||||
| * | nvim: Use mpchub extension to codecompanion | 2025-10-24 | 1 | -1/+11 | ||
| | | ||||||
| * | nvim: Use vertical when overseer failure | 2025-10-24 | 1 | -4/+6 | ||
| | | ||||||
| * | nvim: Add more overseer mappings | 2025-10-24 | 2 | -1/+28 | ||
| | | ||||||
| * | nvim: Improve completion | 2025-10-24 | 1 | -1/+57 | ||
| | | | | | | | * NES * Colors in completion menu * Rainbow parenthesis using blink | |||||
| * | nvim: Add missing <CR> to mappings | 2025-10-24 | 1 | -1/+6 | ||
| | | ||||||
| * | git: Improve defaults and aliases | 2025-10-24 | 1 | -41/+34 | ||
| | | ||||||
| * | gdb: Relax safe-path warnings | 2025-10-24 | 1 | -0/+1 | ||
| | | ||||||
| * | nvim: Add fortls config | 2025-10-24 | 1 | -0/+10 | ||
| | | ||||||
| * | Add .lldbinit | 2025-10-24 | 2 | -0/+5 | ||
| | | ||||||
| * | [sxhkd] Change record bind | 2025-10-24 | 1 | -2/+2 | ||
| | | ||||||
| * | [meta] Add new packages | 2025-10-24 | 3 | -4/+8 | ||
| | | ||||||
| * | [record] Simplify ffmpeg command | 2025-10-24 | 1 | -12/+4 | ||
| | | ||||||
| * | nvim: Move LSP config to 'after' | 2025-10-24 | 2 | -0/+0 | ||
| | | ||||||
| * | Add a lot of changes | 2025-09-11 | 59 | -1888/+2451 | ||
| | | ||||||
| * | [LW] Add letterboxing | 2025-01-31 | 1 | -0/+18 | ||
| | | ||||||
| * | [gpg] Add missing key to ssh-agent | 2025-01-31 | 1 | -0/+1 | ||
| | | ||||||
| * | [meta] Update metapackages | 2025-01-31 | 4 | -10/+10 | ||
| | | ||||||
| * | [x] Change hercules touchpad name | 2025-01-31 | 1 | -2/+2 | ||
| | | ||||||
| * | [x] Configure ergodox layout | 2025-01-31 | 1 | -0/+2 | ||
| | | ||||||
| * | [x] Remove general xmodmap | 2025-01-31 | 1 | -2/+0 | ||
| | | ||||||
| * | [sh] Format input-setup | 2025-01-31 | 1 | -16/+18 | ||
| | | ||||||
| * | [zsh] Enable colors earlier | 2025-01-31 | 1 | -2/+3 | ||
| | | ||||||
