remove signcolumn option, auto is good enough for me

This commit is contained in:
2024-04-25 22:58:27 -04:00
parent b254e912f6
commit e39c8ef5d6

View File

@ -16,9 +16,6 @@ o.showmode = false -- stop vim from showing mode (we have a statusbar)
-- tabline -- tabline
o.showtabline = 2 o.showtabline = 2
-- status column
o.signcolumn = 'yes:1' -- show gutter
-- indents + tabs -- indents + tabs
local tabwidth = 2 local tabwidth = 2
o.expandtab = true o.expandtab = true