fix synt highlighting

This commit is contained in:
Harivansh Rathi 2026-02-15 18:49:36 -05:00
parent 861c569110
commit 88cee17170
2 changed files with 6 additions and 2 deletions

View file

@ -70,9 +70,10 @@ return {
{
"barrettruth/diffs.nvim",
lazy = false,
config = function()
init = function()
vim.g.diffs = {
fugitive = {
enabled = true,
horizontal = false,
vertical = false,
},
@ -80,6 +81,9 @@ return {
highlights = {
gutter = true,
blend_alpha = 0.4,
intra = {
enabled = true,
},
},
}
end,