Oscar Wallberg warg
  • Sweden
  • Joined on 2026-05-12
warg pushed to main at warg/nvim 2026-05-20 08:01:13 +02:00
b52f34ce9a fix(git): use GitHunkRemoved for the delete-hunk sign
e050896dc0 test(git): speed up the hunks test setup with a flush hook
4c8b3f0d3e fix(git): align hunk signs with :diffsplit
72ab9059fa fix(git): rename hunk highlights
7c8975af10 fix(git): show merge commits diffed against the first parent
Compare 5 commits »
warg pushed to main at warg/nvim 2026-05-20 06:42:56 +02:00
2064c629ed feat(git): syntax-highlight deleted lines in the diff overlay
aaef6621dd fix(hunks): change delete sign
d629302625 perf(git): cache index blob sha, drop rev-parse from the edit path
f77d26db6b feat(git): trim hunk preview header, focus float on re-invoke
f4181b89fc feat(git): add in-house hunks module, replace gitsigns.nvim
Compare 5 commits »
warg pushed to main at warg/nvim 2026-05-19 20:43:01 +02:00
d979c961a2 test(git): remove unused git uri
warg pushed to main at warg/nvim 2026-05-19 20:30:34 +02:00
d132c00032 feat(git): bind gd to open-under-cursor in log and object views
73fa92afc8 fix(core): reset foldlevel on entering a diff window
Compare 2 commits »
warg pushed to main at warg/nvim 2026-05-19 19:55:12 +02:00
3b8951758e fix(git): reset diff-pair cursor on sidebar selection
warg pushed to main at warg/nvim 2026-05-19 19:40:23 +02:00
b692f23fe2 refactor(git): rework log_view, drop URI scheme
warg pushed to main at warg/nvim 2026-05-19 16:44:20 +02:00
ffd5584a05 refactor(git): replace status_view URI scheme with path-style name
warg pushed to main at warg/nvim 2026-05-19 15:54:10 +02:00
4461a65b90 refactor(git): rework status_view header
8121227ba4 refactor(git): share OpenOpts type between status_view open and toggle
Compare 2 commits »
warg pushed to main at warg/nvim 2026-05-19 14:47:52 +02:00
26d074c464 feat(git): status_view help hint, mouse open, extmark highlights
warg pushed to main at warg/nvim 2026-05-19 14:30:42 +02:00
897de35688 refactor(git): rewrite diff module around :diffsplit
8fe4d0c6a7 refactor(git): drop reset_diff_win from status_view
Compare 2 commits »
warg pushed to main at warg/nvim 2026-05-19 11:40:38 +02:00
8a8c73ca8b refactor(git): rebuild status_view diff layout per selection
warg pushed to main at warg/nvim 2026-05-19 10:42:24 +02:00
ab9b70c70a refactor(git): rename refresh event to change, gate on actual diff
warg pushed to main at warg/nvim 2026-05-19 10:31:58 +02:00
085216a406 feat(git): case-insensitive status lookup on ignorecase repos
50db85ea5f feat(git): submodule recursion on by default
5f956401c1 feat(git): per-key cache invalidation and optional submodule tracking
Compare 3 commits »
warg pushed to main at warg/nvim 2026-05-19 09:48:46 +02:00
c66b2f04d2 feat(ts): add javascript
29575c1e20 fix(tsgo): disable javascript ft
Compare 2 commits »
warg pushed to main at warg/tree-sitter-tumblr 2026-05-17 07:49:08 +02:00
45938c25e9 refactor(queries): refine capture groups
warg pushed to main at warg/tree-sitter-tumblr 2026-05-17 07:17:46 +02:00
83fa4442d4 chore: remove comment
warg pushed to main at warg/tree-sitter-tumblr 2026-05-17 07:12:29 +02:00
bc37f8290c docs: update README.md
warg pushed to main at warg/tree-sitter-tumblr 2026-05-17 06:37:07 +02:00
c00dd4545a docs: rephrase the README opening
1875efe41e docs: add README with install and build notes
78810a6da7 build(make): make parser the default target
Compare 3 commits »
warg pushed to main at warg/tree-sitter-tumblr 2026-05-17 06:09:05 +02:00
1b0d825f1d chore: emmylua config for the lua runtime tree
62a5ac203b fix(queries): put builtin overrides after catch-all so they win
Compare 2 commits »
warg pushed to main at warg/tree-sitter-tumblr 2026-05-17 06:00:32 +02:00
6f4a0df871 fix(grammar): make brace and keyword separately queryable