Disabled nvim signcolumn (gutter)
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
return {
|
||||
'lewis6991/gitsigns.nvim',
|
||||
cmd = 'Gitsigns',
|
||||
-- INFO: Disabled lazy loading to see if the errors stop
|
||||
-- Not sure if it's an issue with lazy loading or just a gitsigns bug
|
||||
-- INFO: re-enabled to see if the errors stop
|
||||
event = 'VeryLazy',
|
||||
config = function()
|
||||
require('gitsigns').setup()
|
||||
|
||||
Reference in New Issue
Block a user