summaryrefslogtreecommitdiffstats
path: root/lua/conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lua/conf/opts.lua3
1 files changed, 0 insertions, 3 deletions
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