summaryrefslogtreecommitdiffstats
path: root/.config/nvim/plugin/50-highlight.lua
Commit message (Collapse)AuthorAgeFilesLines
* misc(nvim): improve closed folds visibilityThomas Vanbesien2 hours1-0/+3
|
* refactor(nvim): rewrite the highlight and extended marks pluginsThomas Vanbesien7 days1-0/+70
|
* feat(nvim): focus-aware cursor line via per-window highlight namespacesThomas Vanbesien2026-05-191-100/+0
| | | | | | | | | | | 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.
* fix(nvim): don't skip every other TODO highlightThomas Vanbesien2026-05-181-1/+0
|
* misc: fix comments and typosThomas Vanbesien2026-05-181-1/+1
|
* feat: initial setupThomas Vanbesien2026-05-061-0/+101
- `dotfiles` (this project's CLI) - foot configuration - tmux configuration - bash configuration - nvim (as a git submodule) + configuration - ranger configuration - fzf configuration - KDE global shortcuts - Other miscellaneous dependencies