From a455b2a3b1e706e8fa63967cd6d4e540d38cc2da Mon Sep 17 00:00:00 2001 From: Squibid Date: Thu, 25 Apr 2024 22:58:27 -0400 Subject: remove signcolumn option, auto is good enough for me --- lua/conf/opts.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'lua/conf') diff --git a/lua/conf/opts.lua b/lua/conf/opts.lua index d229bcf..682204c 100644 --- a/lua/conf/opts.lua +++ b/lua/conf/opts.lua @@ -16,9 +16,6 @@ o.showmode = false -- stop vim from showing mode (we have a statusbar) -- tabline o.showtabline = 2 --- status column -o.signcolumn = 'yes:1' -- show gutter - -- indents + tabs local tabwidth = 2 o.expandtab = true -- cgit v1.2.1