finalconfig of modular

This commit is contained in:
Nikhil 2025-08-19 01:30:25 +05:30
parent ad12ab12d4
commit d6e72bd4c1
7 changed files with 0 additions and 0 deletions

View file

@ -1,19 +0,0 @@
--[plugins/git.lua]
return {
{ -- Adds git related signs to the gutter, as well as utilities for managing changes
'lewis6991/gitsigns.nvim',
opts = {
signs = {
add = { text = '+' },
change = { text = '~' },
delete = { text = '_' },
topdelete = { text = '' },
changedelete = { text = '~' },
},
},
},
-- This loads the keymaps from the separate gitsigns.lua file
require('plugins.gitsigns'),
}