diff options
author | Squibid <me@zacharyscheiman.com> | 2024-04-25 22:58:27 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2024-04-25 22:58:27 -0400 |
commit | a455b2a3b1e706e8fa63967cd6d4e540d38cc2da (patch) | |
tree | fcb27d0ef1d1937fbe37f922e3513d1bde51fb05 /lua/conf | |
parent | ba8a57bcb2887cdec24564672b4604218dbe346a (diff) | |
download | nvim-a455b2a3b1e706e8fa63967cd6d4e540d38cc2da.tar.gz nvim-a455b2a3b1e706e8fa63967cd6d4e540d38cc2da.tar.bz2 nvim-a455b2a3b1e706e8fa63967cd6d4e540d38cc2da.zip |
remove signcolumn option, auto is good enough for me
Diffstat (limited to 'lua/conf')
-rw-r--r-- | lua/conf/opts.lua | 3 |
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 |