| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(nvim): remove incorrect expr flag from terminal escape mapping | sommerfeld | 2026-04-17 | 1 | -1/+1 |
| | | | | | | The mapping has a literal rhs string, not an expression. The expr flag caused the rhs to be evaluated as a vimscript expression. | ||||
| * | fix(nvim): guard nil concatenation in gitcommit ftplugin | sommerfeld | 2026-04-17 | 1 | -1/+1 |
| | | | | | | vim.b.undo_ftplugin may be nil when no upstream ftplugin sets it, causing a nil concatenation error. | ||||
| * | refactor(nvim): remove LSP mappings now default in 0.12 | sommerfeld | 2026-04-17 | 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. | ||||
| * | feat(nvim): enable treesitter foldexpr | sommerfeld | 2026-04-17 | 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. | ||||
| * | nvim: Add missing <CR> to mappings | sommerfeld | 2025-10-24 | 1 | -1/+6 |
| | | |||||
| * | nvim: Add fortls config | sommerfeld | 2025-10-24 | 1 | -0/+10 |
| | | |||||
| * | nvim: Move LSP config to 'after' | sommerfeld | 2025-10-24 | 2 | -0/+66 |
| | | |||||
| * | Add a lot of changes | sommerfeld | 2025-09-11 | 17 | -180/+348 |
| | | |||||
| * | [nvim] Change diagnostics mappings | sommerfeld | 2025-01-31 | 1 | -2/+2 |
| | | |||||
| * | [nvim] Remove tmux navigator | sommerfeld | 2025-01-31 | 1 | -0/+5 |
| | | |||||
| * | [nvim] Remove deprecated function | sommerfeld | 2024-05-22 | 1 | -1/+1 |
| | | |||||
| * | [nvim] Rewrite config motivated by nvim 0.10 | sommerfeld | 2024-05-20 | 1 | -4/+0 |
| | | |||||
| * | first commit | Arnold Sommerfeld | 2023-10-18 | 17 | -0/+260 |
