diff --git a/lua/core/options.lua b/lua/core/options.lua index 96bdd4a..6633d33 100644 --- a/lua/core/options.lua +++ b/lua/core/options.lua @@ -45,7 +45,7 @@ opt.updatetime = options.updatetime -- go to previous/next line with h,l,left arrow and right arrow -- when cursor reaches end/beginning of line -opt.whichwrap:append "<>hl" +opt.whichwrap:append "<>[]hl" g.mapleader = options.mapleader