diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-06-25 23:09:03 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-06-25 23:09:03 +0800 |
commit | 59de29d5164d245dda1608f5e14cf4e1c981ad3e (patch) | |
tree | 6ac4d17b0db9b59fbc70e74efe5a06f458973904 /vim/lua/options.lua | |
parent | ba90f7398b34736f1ace01b0af90dff795fca8fb (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 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 |
20 | o.termguicolors = true | 20 | o.termguicolors = true |
21 | |||
22 | o.whichwrap = "b,s" | ||