| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(nvim): rewrite the highlight and extended marks plugins | Thomas Vanbesien | 7 days | 1 | -163/+0 |
| | | |||||
| * | Revert "misc(nvim): make floating windows more visible" | Thomas Vanbesien | 10 days | 1 | -3/+3 |
| | | | | | This reverts commit 6b15c9b1c27e810ca2395b8f5d77e49a31dd3d47. | ||||
| * | misc(nvim): make floating windows more visible | Thomas Vanbesien | 12 days | 1 | -3/+3 |
| | | |||||
| * | docs(nvim): comment | Thomas Vanbesien | 12 days | 1 | -12/+2 |
| | | |||||
| * | misc(nvim): edit floating window and popup menu style | Thomas Vanbesien | 12 days | 1 | -0/+9 |
| | | | | | Same bg as what's behind and a visible rounded border. | ||||
| * | misc(nvim): edit comment, descriptions, and user command names | Thomas Vanbesien | 12 days | 1 | -1/+1 |
| | | |||||
| * | misc(nvim): lighter active cursorline highlight | Thomas Vanbesien | 2026-06-01 | 1 | -19/+6 |
| | | |||||
| * | misc(nvim): remove dead code | Thomas Vanbesien | 2026-06-01 | 1 | -2/+0 |
| | | | | | The Cursorline highlight is overwritten by `set_cursorline_hl()`. | ||||
| * | refactor(nvim): group vim.pack.add() calls | Thomas Vanbesien | 2026-05-29 | 1 | -1/+0 |
| | | | | | | This is to avoid getting many prompts when launching nvim and installing the packages initially. | ||||
| * | misc(nvim): set tabline fg to yellow | Thomas Vanbesien | 2026-05-22 | 1 | -1/+2 |
| | | |||||
| * | misc(nvim): set winbar to show cwd and path | Thomas Vanbesien | 2026-05-22 | 1 | -0/+2 |
| | | |||||
| * | misc(nvim): rounded borders and default bg color for floating windows | Thomas Vanbesien | 2026-05-22 | 1 | -2/+0 |
| | | |||||
| * | Revert "fix(nvim): correct popup rendering for bullets and LSP docs" | Thomas Vanbesien | 2026-05-22 | 1 | -7/+0 |
| | | | | | This reverts commit 601bdd23a87c71dac8e4c59474c5915db676190f. | ||||
| * | fix(nvim): correct popup rendering for bullets and LSP docs | Thomas Vanbesien | 2026-05-19 | 1 | -0/+7 |
| | | | | | | | | RenderMarkdownBullet now uses fg only (no bg) so list bullets adopt the window background instead of painting Normal's bg as a mismatched box in popups. open_floating_preview is wrapped to widen hover/signature docs to the 120-col line-length convention so long signatures wrap less. | ||||
| * | feat(nvim): focus-aware cursor line via per-window highlight namespaces | Thomas Vanbesien | 2026-05-19 | 1 | -0/+179 |
| 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. | |||||
