Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit 903acc0

Browse files
committed
unpin gitsigns as the bug appears to be fixed
1 parent 6ea23c9 commit 903acc0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

init.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,6 @@ require('lazy').setup({
256256
-- See `:help gitsigns` to understand what the configuration keys do
257257
{ -- Adds git related signs to the gutter, as well as utilities for managing changes
258258
'lewis6991/gitsigns.nvim',
259-
-- There appears to be an issue with GitSigns and nvim tree. So pinning last working version.
260-
commit = '9b36d497495436c135659902054ee637e0ba6021',
261259
opts = {
262260
current_line_blame = true,
263261
base = 'HEAD', -- Show both staged and unstaged changes

0 commit comments

Comments
 (0)