| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(nvim): guard nil concatenation in gitcommit ftplugin | 45 hours | 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 | 45 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. | ||||
| * | feat(nvim): enable treesitter foldexpr | 45 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. | ||||
| * | nvim: Add missing <CR> to mappings | 2025-10-24 | 1 | -1/+6 | |
| | | |||||
| * | nvim: Add fortls config | 2025-10-24 | 1 | -0/+10 | |
| | | |||||
| * | nvim: Move LSP config to 'after' | 2025-10-24 | 2 | -0/+66 | |
| | | |||||
| * | Add a lot of changes | 2025-09-11 | 17 | -180/+348 | |
| | | |||||
| * | [nvim] Change diagnostics mappings | 2025-01-31 | 1 | -2/+2 | |
| | | |||||
| * | [nvim] Remove tmux navigator | 2025-01-31 | 1 | -0/+5 | |
| | | |||||
| * | [nvim] Remove deprecated function | 2024-05-22 | 1 | -1/+1 | |
| | | |||||
| * | [nvim] Rewrite config motivated by nvim 0.10 | 2024-05-20 | 1 | -4/+0 | |
| | | |||||
| * | first commit | 2023-10-18 | 17 | -0/+260 | |
