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 = {