feat: windows compatible
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user