mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-15 14:03:51 +00:00
config
This commit is contained in:
parent
ca1b910392
commit
4838d7f9a1
3 changed files with 32 additions and 32 deletions
|
|
@ -69,6 +69,7 @@ return {
|
|||
},
|
||||
{
|
||||
'barrettruth/diffs.nvim',
|
||||
enabled = true,
|
||||
init = function()
|
||||
vim.g.diffs = {
|
||||
fugitive = {
|
||||
|
|
@ -79,7 +80,7 @@ return {
|
|||
hide_prefix = true,
|
||||
highlights = {
|
||||
gutter = true,
|
||||
blend_alpha = 0.4,
|
||||
blend_alpha = 0.2,
|
||||
intra = { enabled = true },
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue