summaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/nvim
Commit message (Collapse)AuthorAgeFilesLines
* fix(nvim): correct typecript typo in conform configsommerfeld2026-04-171-1/+1
| | | | | TypeScript files were never formatted by prettier because the filetype key was misspelled as "typecript".
* 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.
* 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
* nvim: Add missing <CR> to mappingssommerfeld2025-10-241-1/+6
|
* nvim: Add fortls configsommerfeld2025-10-241-0/+10
|
* nvim: Move LSP config to 'after'sommerfeld2025-10-242-0/+0
|
* Add a lot of changessommerfeld2025-09-1133-1155/+1973
|
* [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] Change diagnostics mappingssommerfeld2025-01-311-2/+2
|
* [nvim] Remove tmux navigatorsommerfeld2025-01-312-8/+5
|
* [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.