aboutsummaryrefslogtreecommitdiffhomepage
path: root/vim/lua/options.lua
diff options
context:
space:
mode:
Diffstat (limited to 'vim/lua/options.lua')
-rw-r--r--vim/lua/options.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/lua/options.lua b/vim/lua/options.lua
index 1c2b881..64b95a1 100644
--- a/vim/lua/options.lua
+++ b/vim/lua/options.lua
@@ -22,3 +22,5 @@ o.completeopt = 'menuone,noselect'
22o.termguicolors = true 22o.termguicolors = true
23 23
24o.whichwrap = "b,s" 24o.whichwrap = "b,s"
25
26o.tabstop = 8