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