Skip to content

Commit

Permalink
fix(nvim): warning for deprecated gitsigns opt
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed Jun 18, 2024
1 parent 58cd290 commit c7c1f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nvim/lua/plugins/gitsigns.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ return {
---@type Gitsigns.Config
---@diagnostic disable-next-line: missing-fields
opts = {
_signs_staged_enable = true,
signs_staged_enable = true,
},
}

0 comments on commit c7c1f11

Please sign in to comment.