diff options
| author | Skladnayazebra <skladnayazebra@gmail.com> | 2026-08-10 10:59:10 +0200 |
|---|---|---|
| committer | Skladnayazebra <skladnayazebra@gmail.com> | 2026-08-10 10:59:10 +0200 |
| commit | 1cd7fd9951b719aeb655095e0b23b5b6208540b6 (patch) | |
| tree | 02998fb1312e777203c185c0b7309d361ee2b585 /nvim/lua/config/plugins.lua | |
| parent | 05d76d3dbca27241431d55731eeafe5249f51073 (diff) | |
nvim: use Fugitive fork
Diffstat (limited to 'nvim/lua/config/plugins.lua')
| -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 |
