From 1cd7fd9951b719aeb655095e0b23b5b6208540b6 Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Mon, 10 Aug 2026 10:59:10 +0200 Subject: nvim: use Fugitive fork --- nvim/lua/config/plugins.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nvim/lua') diff --git a/nvim/lua/config/plugins.lua b/nvim/lua/config/plugins.lua index bb317e1..bbd594d 100644 --- a/nvim/lua/config/plugins.lua +++ b/nvim/lua/config/plugins.lua @@ -7,7 +7,8 @@ return { opts = { contrast = "hard" }, }, -- Git integration - { "tpope/vim-fugitive" }, + -- Tpope did not udpate Fugitive since 2022; this version only adds commit hash to commit view + { "wookayin/vim-fugitive", commit = "b3828fd" }, -- Shows git diff info in the gutter { "lewis6991/gitsigns.nvim" }, -- comment gestures -- cgit v1.3.1