remove signcolumn option, auto is good enough for me
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user