feat: windows compatible

This commit is contained in:
2023-04-01 02:57:27 +08:00
committed by Young Xu
parent 1f3896974d
commit 1db5944feb
6 changed files with 19 additions and 13 deletions

View File

@@ -32,7 +32,7 @@ vim.o.cmdheight = 1
vim.o.autoread = true
vim.bo.autoread = true
-- 禁止折行
vim.wo.wrap = false
vim.wo.wrap = true
-- 光标在行首尾时<Left><Right>可以跳到下一行
vim.o.whichwrap = "<,>,[,]"
-- 允许隐藏被修改过的buffer