diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-07-13 01:04:26 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-07-13 01:04:26 +0800 |
commit | e971b4711d06710ec59e681053f5973b911af85b (patch) | |
tree | 1de215fc457f1465dfd18c72922b1ae338ea66aa /vim/lua/options.lua | |
parent | 058fa5ecbf152be3864b3a510aec418b18c35734 (diff) |
Update
Diffstat (limited to 'vim/lua/options.lua')
-rw-r--r-- | vim/lua/options.lua | 2 |
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' | |||
22 | o.termguicolors = true | 22 | o.termguicolors = true |
23 | 23 | ||
24 | o.whichwrap = "b,s" | 24 | o.whichwrap = "b,s" |
25 | |||
26 | o.tabstop = 8 | ||