We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71710f9 commit 81beba3Copy full SHA for 81beba3
init.lua
@@ -254,6 +254,11 @@ require('lazy').setup({
254
-- See `:help gitsigns` to understand what the configuration keys do
255
{ -- Adds git related signs to the gutter, as well as utilities for managing changes
256
'lewis6991/gitsigns.nvim',
257
+ config = function()
258
+ require('gitsigns').setup {
259
+ -- Your gitsigns configuration here
260
+ }
261
+ end,
262
opts = {
263
signs = {
264
add = { text = '+' },
0 commit comments