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