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 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"