Neovim/lua/plugins/satellite.lua

21 lines
410 B
Lua
Raw Normal View History

2024-11-07 22:00:28 +00:00
--
-- 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
}
}
}