feat: add plugin `satellite`

This commit is contained in:
Sven Vogel 2024-11-07 23:00:28 +01:00
parent 2d649199e0
commit ee88b9d3d8
1 changed files with 21 additions and 0 deletions

21
lua/plugins/satellite.lua Normal file
View File

@ -0,0 +1,21 @@
--
-- Super fast git decorations implemented purely in Lua
--
-- Source: https://github.com/lewis6991/satellite.nvim
-- ..............................................
--
-- Author: Sven Vogel
-- Created: 07.11.2024
-- Edited: 07.11.2024
--
-- ==============================================
return {
{
'lewis6991/satellite.nvim',
opts = {
current_only = false
}
}
}