aboutsummaryrefslogtreecommitdiffhomepage
path: root/vim/lua/options.lua
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-06-25 23:09:03 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-06-25 23:09:03 +0800
commit59de29d5164d245dda1608f5e14cf4e1c981ad3e (patch)
tree6ac4d17b0db9b59fbc70e74efe5a06f458973904 /vim/lua/options.lua
parentba90f7398b34736f1ace01b0af90dff795fca8fb (diff)
Update
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 f9e6e7e..c16ae64 100644
--- a/vim/lua/options.lua
+++ b/vim/lua/options.lua
@@ -18,3 +18,5 @@ o.completeopt = 'menuone,noselect'
18 18
19-- NOTE: You should make sure your terminal supports this 19-- NOTE: You should make sure your terminal supports this
20o.termguicolors = true 20o.termguicolors = true
21
22o.whichwrap = "b,s"