added blame
This commit is contained in:
parent
c333c1ffb7
commit
18128a702c
7
init.lua
7
init.lua
|
|
@ -183,6 +183,13 @@ require('lazy').setup({
|
||||||
-- your configuration comes here; leave empty for default settings
|
-- your configuration comes here; leave empty for default settings
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'FabijanZulj/blame.nvim',
|
||||||
|
lazy = false,
|
||||||
|
config = function()
|
||||||
|
require('blame').setup({})
|
||||||
|
end,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Load custom snippets after plugins are loaded
|
-- Load custom snippets after plugins are loaded
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue