diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-18 21:50:35 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-18 21:50:35 +0200 |
| commit | aabdb89c0578a483c1bea29dbb5deaf3bfef85e0 (patch) | |
| tree | dea7d37e8aef65aecfc09dddd9a0b08832d47bd9 /plugin | |
| parent | 620f502a79484334ae31335c7a7ad5660245cec8 (diff) | |
| download | nvim-config-aabdb89c0578a483c1bea29dbb5deaf3bfef85e0.tar.gz nvim-config-aabdb89c0578a483c1bea29dbb5deaf3bfef85e0.zip | |
fix(nvim): don't skip every other TODO highlight
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/50-highlight.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/50-highlight.lua b/plugin/50-highlight.lua index 022c916..a509a86 100644 --- a/plugin/50-highlight.lua +++ b/plugin/50-highlight.lua @@ -68,7 +68,6 @@ local function set_extmarks(next_pos, opts) { end_col = pos.col2, hl_group = opts.hl_group } ) end - pos = next_pos() end end |
