소스 검색

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

Abouzar Parvan 3 년 전
부모
커밋
6974e109c6
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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,
   },