mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-15 08:03:44 +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
|
||||
{
|
||||
"barrettruth/diffs.nvim",
|
||||
ft = { "git", "fugitive", "diff" },
|
||||
lazy = false,
|
||||
config = function()
|
||||
vim.g.diffs = {
|
||||
fugitive = true,
|
||||
hide_prefix = true,
|
||||
highlights = {
|
||||
gutter = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue