mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
feat(explorer): added git status. Closes #817
This commit is contained in:
parent
09bf19f15b
commit
5cae48d93c
11 changed files with 278 additions and 32 deletions
|
@ -55,13 +55,16 @@ Snacks.util.set_hl({
|
|||
GitIssue = "Number",
|
||||
GitType = "Title", -- conventional commit type
|
||||
GitScope = "Italic", -- conventional commit scope
|
||||
GitStatus = "NonText",
|
||||
GitStatus = "Special",
|
||||
GitStatusAdded = "Added",
|
||||
GitStatusModified = "Changed",
|
||||
GitStatusModified = "DiagnosticWarn",
|
||||
GitStatusDeleted = "Removed",
|
||||
GitStatusRenamed = "SnacksPickerGitStatus",
|
||||
GitStatusCopied = "SnacksPickerGitStatus",
|
||||
GitStatusUntracked = "SnacksPickerGitStatus",
|
||||
GitStatusUntracked = "NonText",
|
||||
GitStatusIgnored = "NonText",
|
||||
GitStatusUnmerged = "DiagnosticError",
|
||||
GitStatusStaged = "DiagnosticHint",
|
||||
ManSection = "Number",
|
||||
PickWin = "Search",
|
||||
PickWinCurrent = "CurSearch",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue