remove gitsigns from init

This commit is contained in:
douglascdev 2026-05-01 10:36:14 -03:00
parent c0400b52cb
commit d36a3b2b15
1 changed files with 0 additions and 12 deletions

View File

@ -283,18 +283,6 @@ require('lazy').setup({
-- options to `gitsigns.nvim`.
--
-- See `:help gitsigns` to understand what the configuration keys do
{ -- 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 = '~' },
},
},
},
-- NOTE: Plugins can also be configured to run Lua code when they are loaded.
--