add basic neogit support
This commit is contained in:
@@ -273,6 +273,12 @@ local theme = lush(function()
|
|||||||
NeogitNotificationError { LspDiagnosticsDefaultError },
|
NeogitNotificationError { LspDiagnosticsDefaultError },
|
||||||
NeogitNotificationWarning { LspDiagnosticsDefaultWarning },
|
NeogitNotificationWarning { LspDiagnosticsDefaultWarning },
|
||||||
NeogitNotificationInfo { LspDiagnosticsDefaultInformation },
|
NeogitNotificationInfo { LspDiagnosticsDefaultInformation },
|
||||||
|
|
||||||
|
NeogitDiffContextHighlight { CursorLine },
|
||||||
|
NeogitDiffDeleteHighlight { DiffDelete },
|
||||||
|
NeogitDiffAddHighlight { DiffAdd },
|
||||||
|
NeogitHunkHeader { LineNr },
|
||||||
|
NeogitHunkHeaderHighlight { CursorLine, fg = c.stone, gui = "bold" },
|
||||||
}
|
}
|
||||||
end)
|
end)
|
||||||
-- stylua: ignore end
|
-- stylua: ignore end
|
||||||
|
|||||||
Reference in New Issue
Block a user