chore(update): add virtualedit for vim

main
sudo pacman -Syu 2022-05-27 13:49:55 +07:00
parent 8214857cb9
commit 0de424358a
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ vim.opt.completeopt = { "menuone", "noinsert", "noselect" }
vim.opt.swapfile = false
vim.opt.number = true
vim.opt.relativenumber = true
vim.opt.virtualedit = "block"
vim.opt.scrolloff = 4
vim.opt.whichwrap = "<,>,[,]"