Commit graph

30 commits

Author SHA1 Message Date
7891879b4e
feat: blink-cmp-git integration 2026-02-20 20:18:23 -05:00
638a9e65f3
fix: use plain background for gitsigns highlights
Problem: gitsigns groups were linked to DiffAdd/DiffChange/DiffDelete,
which have tinted backgrounds that look out of place in the sign column.

Solution: define GitSignsAdd, GitSignsChange, and GitSignsDelete with
foreground-only highlights so they inherit the normal background.
2026-02-18 11:21:58 -05:00
fc03b940de
fix: format lua and highlight latex functions 2026-02-17 19:24:25 -05:00
130a1899c2 fix: recursion loading random issue 2026-02-10 13:44:36 -05:00
9ff64a7b89 misc highlight fixes 2026-02-05 00:39:22 -05:00
517837c9d3 feat: add treesitter highlights for diff files
Adds support for treesitter-based diff syntax highlighting:
- @diff.minus (red) and @diff.plus (green) for changed lines
- @attribute.diff (blue) for hunk headers
- @string.special.path and @variable.parameter linked to Normal
2026-02-04 15:58:07 -05:00
94a373f416 fix: mark opts as intentionally unused
Some checks failed
Release / Publish to LuaRocks (push) Has been cancelled
2026-02-03 21:51:55 -05:00
2702caf352 fix: add deprecation warning for setup() 2026-02-03 21:46:43 -05:00
270ba26bce refactor: remove unused setup function
Colorschemes load via :colorscheme command, making the setup() no-op redundant.
2026-02-03 20:12:17 -05:00
b54045f31a fix: explicitly remove underline from cursor 2026-02-03 01:23:32 -05:00
2b32dda9f9 misc cleanups for diffing 2026-02-03 01:18:32 -05:00
733e04f48b feat(color): diff change 2026-02-02 15:31:46 -05:00
4e72648c2d fix: Diff* ought to hl bg 2026-02-02 00:42:11 -05:00
95f377b8df feat: use accent color in diff text 2026-01-27 18:27:09 -05:00
c38e0bac50 fix: name black and white to less confusing fg & bg 2026-01-27 18:24:57 -05:00
90e111993b fix: use blue, not green, for notes 2026-01-20 22:24:40 -05:00
6004ca3b1f fix: color todo/notes with correct naming scheme 2026-01-20 22:23:40 -05:00
5611d57240 fix(palette): dont default highlight scheme color names 2026-01-14 13:09:25 -05:00
Barrett Ruth
bd5119fb7d blink 2025-11-25 00:23:36 -05:00
Barrett Ruth
97cd837282 feat: cmp theme 2025-11-25 00:04:06 -05:00
Barrett Ruth
7f554da346 cleanup 2025-11-13 18:04:07 -05:00
Barrett Ruth
d95b68b725 fix: cleanup theme 2025-11-13 18:02:49 -05:00
Barrett Ruth
7b1c699b28 feat: daylight theme; 2025-11-08 17:35:03 -05:00
Barrett Ruth
8ccbd5380e fix(ci): yping 2025-11-08 14:01:37 -05:00
Barrett Ruth
3f2b1233ef fix(ci): yping 2025-11-08 14:00:14 -05:00
Barrett Ruth
09c0881355 fix plugin integrations 2025-11-08 13:57:12 -05:00
Barrett Ruth
55691ac956 color cleanup 2025-11-08 13:28:04 -05:00
Barrett Ruth
2542e73db8 fix(ci): format 2025-11-08 13:13:40 -05:00
Barrett Ruth
88397bc1ad feat: more ci stuff 2025-11-08 13:05:48 -05:00
Barrett Ruth
4c257d5065 initial commit 2025-11-08 13:04:35 -05:00