Browse Source

feature: unpin gitsigns to use the latest bugfix commits on their repo (#1509)

Abouzar Parvan 3 years ago
parent
commit
6974e109c6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lua/plugins.lua

+ 0 - 1
lua/plugins.lua

@@ -85,7 +85,6 @@ return {
       require("core.gitsigns").setup()
     end,
     event = "BufRead",
-    commit = "25d4b182ece5b03cd4b2d8c196f3c38e0df58801",
     disable = not lvim.builtin.gitsigns.active,
   },