remove signcolumn option, auto is good enough for me

This commit is contained in:
2024-04-25 22:58:27 -04:00
parent ba8a57bcb2
commit a455b2a3b1

View File

@ -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