mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-16 23:02:02 +00:00
fix
This commit is contained in:
parent
1ee6463a9e
commit
35b135e130
1 changed files with 2 additions and 1 deletions
|
|
@ -69,9 +69,10 @@ return {
|
||||||
-- Diffs.nvim: Better diff highlighting
|
-- Diffs.nvim: Better diff highlighting
|
||||||
{
|
{
|
||||||
"barrettruth/diffs.nvim",
|
"barrettruth/diffs.nvim",
|
||||||
ft = { "git", "fugitive", "diff" },
|
lazy = false,
|
||||||
config = function()
|
config = function()
|
||||||
vim.g.diffs = {
|
vim.g.diffs = {
|
||||||
|
fugitive = true,
|
||||||
hide_prefix = true,
|
hide_prefix = true,
|
||||||
highlights = {
|
highlights = {
|
||||||
gutter = true,
|
gutter = true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue