2024-11-07 21:50:44 +00:00
|
|
|
--
|
|
|
|
-- Super fast git decorations implemented purely in Lua
|
|
|
|
--
|
2024-11-07 22:00:15 +00:00
|
|
|
-- Source: https://github.com/lewis6991/gitsigns.nvim
|
2024-11-07 21:50:44 +00:00
|
|
|
-- ..............................................
|
|
|
|
--
|
|
|
|
-- Author: Sven Vogel
|
|
|
|
-- Created: 07.11.2024
|
|
|
|
-- Edited: 07.11.2024
|
|
|
|
--
|
|
|
|
-- ==============================================
|
|
|
|
|
|
|
|
return {
|
|
|
|
{
|
|
|
|
'lewis6991/gitsigns.nvim',
|
|
|
|
opts = {
|
|
|
|
auto_attach = true,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|