feat(opt): whichwrap

This commit is contained in:
Michel 2023-04-17 18:12:02 +02:00
parent f9c350fffb
commit 224bdb2f1e
1 changed files with 1 additions and 0 deletions

View File

@ -6,3 +6,4 @@ local opt = vim.opt
opt.autowrite = false
opt.clipboard = ""
opt.tabstop = 8
opt.whichwrap = "b,s,<,>,[,]"