diff --git a/init.lua b/init.lua index b1eed93..8090cdf 100644 --- a/init.lua +++ b/init.lua @@ -73,9 +73,6 @@ vim.opt.undofile = true -- Reserve a space in the gutter vim.opt.signcolumn = 'yes' --- Reserve a space in the gutter -vim.opt.signcolumn = 'yes' - -- lsp-zero local cmp = require('cmp')