summaryrefslogtreecommitdiff
path: root/lua/settings.lua
diff options
context:
space:
mode:
authorChris <[email protected]>2021-03-14 16:55:38 -0400
committerChris <[email protected]>2021-03-14 16:55:38 -0400
commit7fcb36f16dc85c91b82bee83d30754fc970574dc (patch)
tree45061124a5c7b2defe56f40dbe3feb40d247bff6 /lua/settings.lua
parent8de9592cb654fe81c2732608c8ba9051399583ef (diff)
lotsa cool updates
Diffstat (limited to 'lua/settings.lua')
-rw-r--r--lua/settings.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/settings.lua b/lua/settings.lua
index fbf24713..99b72622 100644
--- a/lua/settings.lua
+++ b/lua/settings.lua
@@ -31,7 +31,7 @@ vim.o.showtabline=2 --Always show tabs
vim.o.showmode=false --We don't need to see things like -- INSERT -- anymore
vim.o.backup=false --This is recommended by coc
vim.o.writebackup=false --This is recommended by coc
-vim.o.signcolumn="yes" --Always show the signcolumn, otherwise it would shift the text each time
+vim.wo.signcolumn="yes" --Always show the signcolumn, otherwise it would shift the text each time
vim.o.updatetime=300 --Faster completion
vim.o.timeoutlen=1000 --By default timeoutlen is 1000 ms
vim.o.clipboard="unnamedplus" --Copy paste between vim and everything else