aboutsummaryrefslogtreecommitdiffhomepage
path: root/vim/lua
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-07-13 01:04:26 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-07-13 01:04:26 +0800
commite971b4711d06710ec59e681053f5973b911af85b (patch)
tree1de215fc457f1465dfd18c72922b1ae338ea66aa /vim/lua
parent058fa5ecbf152be3864b3a510aec418b18c35734 (diff)
Update
Diffstat (limited to 'vim/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