Skip to content

Commit

Permalink
fix(nvim): run setup function of gitsigns
Browse files Browse the repository at this point in the history
  • Loading branch information
kutsan committed Apr 21, 2024
1 parent 95a05cd commit 3be5129
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .config/nvim/lua/specs/gitsigns.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ local Plugin = { 'lewis6991/gitsigns.nvim' }

Plugin.name = 'gitsigns'

Plugin.config = true

return Plugin

0 comments on commit 3be5129

Please sign in to comment.