Skip to content

Commit 81beba3

Browse files
solved an issue in gitsigns.config
1 parent 71710f9 commit 81beba3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

init.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,11 @@ require('lazy').setup({
254254
-- See `:help gitsigns` to understand what the configuration keys do
255255
{ -- Adds git related signs to the gutter, as well as utilities for managing changes
256256
'lewis6991/gitsigns.nvim',
257+
config = function()
258+
require('gitsigns').setup {
259+
-- Your gitsigns configuration here
260+
}
261+
end,
257262
opts = {
258263
signs = {
259264
add = { text = '+' },

0 commit comments

Comments
 (0)