From d36a3b2b15d859579b790880dfb2c62e5b1f699c Mon Sep 17 00:00:00 2001 From: douglascdev Date: Fri, 1 May 2026 10:36:14 -0300 Subject: [PATCH] remove gitsigns from init --- init.lua | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/init.lua b/init.lua index 5d01cd4f..39e85828 100644 --- a/init.lua +++ b/init.lua @@ -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. --