finalconfig of modular
This commit is contained in:
parent
ad12ab12d4
commit
d6e72bd4c1
7 changed files with 0 additions and 0 deletions
|
|
@ -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'),
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue