mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-15 10:05:17 +00:00
fix synt highlighting
This commit is contained in:
parent
861c569110
commit
88cee17170
2 changed files with 6 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue