| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs(nvim): edit comments | Thomas Vanbesien | 7 days | 1 | -1/+2 |
| | | |||||
| * | refactor(nvim): rewrite the highlight and extended marks plugins | Thomas Vanbesien | 7 days | 1 | -96/+129 |
| | | |||||
| * | fix(nvim): live highlight TODO strings | Thomas Vanbesien | 2026-05-21 | 1 | -13/+37 |
| | | | | | | Previously, extended marks for TODO strings were only set once on `'FileType'`. | ||||
| * | feat(nvim): focus-aware cursor line via per-window highlight namespaces | Thomas Vanbesien | 2026-05-19 | 1 | -0/+105 |
| Split 50-highlight.lua into 40-colors.lua (colorscheme, custom highlights, per-window namespaces, focus tracking) and 50-extmarks.lua (TODO scanner reading the namespace contract from vim.g.dotfiles). The 40- prefix guarantees colors load before extmarks. Focused vs unfocused windows now differ by cursor-line color and a CursorLineNr badge in the focus hue (green on dark, magenta on light); the number column stays visible on closed folds where CursorLine cannot. | |||||
