From f63acbfd11173140f8c6e3d002c891c00d63893e Mon Sep 17 00:00:00 2001 From: Scott Carroll Date: Tue, 25 Mar 2025 14:35:48 +0000 Subject: [PATCH] Remove duplicate lines --- init.lua | 3 --- 1 file changed, 3 deletions(-) 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')