From 3b3b061765cb15e4cebfbdaad34d55d1076e4ea6 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 14 Feb 2026 17:08:18 -0500 Subject: [PATCH] more waybar --- config/nvim/lua/plugins/git.lua | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/config/nvim/lua/plugins/git.lua b/config/nvim/lua/plugins/git.lua index 9fe5de5..798cdc7 100644 --- a/config/nvim/lua/plugins/git.lua +++ b/config/nvim/lua/plugins/git.lua @@ -67,15 +67,9 @@ return { }, init = function() vim.g.diffs = { - filetypes = { - 'fugitive', - 'git', - 'gitcommit', - 'diff', - 'NeogitStatus', - 'NeogitCommitView', - 'NeogitDiffView', - }, + fugitive = true, + neogit = true, + extra_filetypes = { 'diff' }, hide_prefix = true, highlights = { vim = {