mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-15 11:02:20 +00:00
fix
This commit is contained in:
parent
35b135e130
commit
861c569110
2 changed files with 7 additions and 4 deletions
|
|
@ -72,7 +72,10 @@ return {
|
|||
lazy = false,
|
||||
config = function()
|
||||
vim.g.diffs = {
|
||||
fugitive = true,
|
||||
fugitive = {
|
||||
horizontal = false,
|
||||
vertical = false,
|
||||
},
|
||||
hide_prefix = true,
|
||||
highlights = {
|
||||
gutter = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue