summaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/nvim/lua
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.
* 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.
* 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
|
* 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
* Add a lot of changessommerfeld2025-09-1112-971/+1528
|
* [nvim][lsp] Format filesommerfeld2025-01-311-1/+1
|
* [nvim][lsp] Change conform configsommerfeld2025-01-311-16/+19
|
* [nvim][lsp] Adapt to lspconfig changessommerfeld2025-01-311-4/+13
|
* [nvim][lsp] Add typescript lspsommerfeld2025-01-311-0/+1
|
* [nvim][lsp] Rename ruff lspsommerfeld2025-01-311-1/+1
|
* [nvim][ts] Add jsoncsommerfeld2025-01-311-0/+1
|
* [nvim] Remove tmux navigatorsommerfeld2025-01-311-8/+0
|
* [nvim] Update gitsigns configsommerfeld2024-06-271-13/+18
|
* [nvim] Disable conflift line highlightingsommerfeld2024-06-271-0/+6
|
* [nvim] Add LSP current word highlightingsommerfeld2024-06-121-0/+39
|
* [nvim] Remove clangd_extensionssommerfeld2024-06-121-10/+0
|
* [nvim] Revamp treesitter configurationsommerfeld2024-05-241-20/+26
|
* [nvim] Add autopairssommerfeld2024-05-241-0/+4
|
* [nvim] Remove tmux resize mappingssommerfeld2024-05-241-1/+5
|
* [nvim] Simplify clangd configurationsommerfeld2024-05-241-15/+0
|
* [nvim] Add fidget.nvimsommerfeld2024-05-241-0/+1
|
* [nvim] Tweak UIsommerfeld2024-05-241-3/+2
|
* Use git.sommerfeld.dev for remotesommerfeld2024-05-221-1/+1
|
* [ssh] Remove work and personal "hosts"sommerfeld2024-05-221-8/+0
|
* [nvim] Fix git-conflict.nvim mappingssommerfeld2024-05-221-1/+9
|
* [nvim] Remove legacy plugin disablingsommerfeld2024-05-221-20/+0
| | | | lazy.nvim does it by default.
* [nvim] Privatize lsp functionssommerfeld2024-05-222-88/+54
|
* [nvim] Rewrite config motivated by nvim 0.10sommerfeld2024-05-2012-1156/+1114
|
* [nvim] NFC: Format filesommerfeld2024-05-161-17/+17
|
* [nvim] Remove unused spell langssommerfeld2024-05-161-3/+0
|
* [nvim] Remove unused pluginsommerfeld2024-05-161-1/+0
|
* [nvim] Use rustacean instead of bare rust-analyzerArnold Sommerfeld2024-04-111-1/+17
|
* [nvim] Add new dap-ui dependencyArnold Sommerfeld2024-04-111-0/+1
|
* Add hadolint to used lintersArnold Sommerfeld2024-03-131-0/+1
|