mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-20 12: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 ns = vim.api.nvim_create_namespace('canola_git_trailing')
|
||||||
local symbols = {
|
local symbols = {
|
||||||
M = { '~', 'DiagnosticWarn' },
|
M = { 'M', 'DiagnosticWarn' },
|
||||||
A = { '+', 'DiagnosticOk' },
|
A = { 'A', 'DiagnosticOk' },
|
||||||
D = { '-', 'DiagnosticError' },
|
D = { 'D', 'DiagnosticError' },
|
||||||
R = { '→', 'DiagnosticWarn' },
|
R = { 'R', 'DiagnosticWarn' },
|
||||||
['?'] = { '?', 'DiagnosticInfo' },
|
['?'] = { '?', 'DiagnosticInfo' },
|
||||||
['!'] = { '!', 'Comment' },
|
['!'] = { '!', 'Comment' },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue