manual config call to make sure opts are used
This commit is contained in:
@ -1,5 +1,4 @@
|
|||||||
return {
|
return {
|
||||||
{
|
|
||||||
"lewis6991/gitsigns.nvim",
|
"lewis6991/gitsigns.nvim",
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
opts = {
|
opts = {
|
||||||
@ -40,7 +39,8 @@ return {
|
|||||||
row = 0,
|
row = 0,
|
||||||
col = 1,
|
col = 1,
|
||||||
}
|
}
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
config = function (_, opts)
|
||||||
|
require('gitsigns').setup(opts)
|
||||||
|
end
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user