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
|
-- 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
|
||||||
|
Reference in New Issue
Block a user