add basic neogit support

This commit is contained in:
Michael Chris Lopez
2021-08-29 10:58:22 +08:00
parent a23f1ebebd
commit 03c98458f6

View File

@@ -273,6 +273,12 @@ local theme = lush(function()
NeogitNotificationError { LspDiagnosticsDefaultError },
NeogitNotificationWarning { LspDiagnosticsDefaultWarning },
NeogitNotificationInfo { LspDiagnosticsDefaultInformation },
NeogitDiffContextHighlight { CursorLine },
NeogitDiffDeleteHighlight { DiffDelete },
NeogitDiffAddHighlight { DiffAdd },
NeogitHunkHeader { LineNr },
NeogitHunkHeaderHighlight { CursorLine, fg = c.stone, gui = "bold" },
}
end)
-- stylua: ignore end