mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 06:04:42 +00:00
oilgit
This commit is contained in:
parent
cbd1d727fc
commit
7c67bd3fb4
1 changed files with 4 additions and 4 deletions
|
|
@ -24,10 +24,10 @@ return {
|
|||
|
||||
local ns = vim.api.nvim_create_namespace('canola_git_trailing')
|
||||
local symbols = {
|
||||
M = { '~', 'DiagnosticWarn' },
|
||||
A = { '+', 'DiagnosticOk' },
|
||||
D = { '-', 'DiagnosticError' },
|
||||
R = { '→', 'DiagnosticWarn' },
|
||||
M = { 'M', 'DiagnosticWarn' },
|
||||
A = { 'A', 'DiagnosticOk' },
|
||||
D = { 'D', 'DiagnosticError' },
|
||||
R = { 'R', 'DiagnosticWarn' },
|
||||
['?'] = { '?', 'DiagnosticInfo' },
|
||||
['!'] = { '!', 'Comment' },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue