diff --git a/lua/plugins/gitsigns.lua b/lua/plugins/gitsigns.lua new file mode 100644 index 0000000..10b8e14 --- /dev/null +++ b/lua/plugins/gitsigns.lua @@ -0,0 +1,21 @@ + +-- +-- Super fast git decorations implemented purely in Lua +-- +-- Source: Status column with click handlers +-- .............................................. +-- +-- Author: Sven Vogel +-- Created: 07.11.2024 +-- Edited: 07.11.2024 +-- +-- ============================================== + +return { + { + 'lewis6991/gitsigns.nvim', + opts = { + auto_attach = true, + } + } +}