feat(git): add custom status sidebar and diff viewer

This commit is contained in:
2026-04-27 10:44:59 +02:00
parent bc93d6e2f7
commit 5a3e39574d
8 changed files with 1111 additions and 115 deletions
+3 -3
View File
@@ -50,9 +50,9 @@ local highlights = {
DiffAdd = { bg = "#1a2f22" },
DiffChange = { bg = "#15304a" },
DiffDelete = { bg = "#311c1e" },
GitDeleted = { fg = c.red },
GitDirty = { fg = c.yellow },
GitNew = { fg = c.green },
-- GitDeleted = { fg = c.red },
-- GitUnstaged = { fg = c.yellow },
-- GitUntracked = { fg = c.green },
}
for kind, color in pairs(completion_kind_colors) do
highlights["LspKind" .. kind] = { fg = color }