diff options
Diffstat (limited to 'nvim/lua/config')
| -rw-r--r-- | nvim/lua/config/plugins.lua | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
