add fileformat option

This commit is contained in:
2022-03-14 16:51:21 +03:00
parent cde3e624e4
commit 6fb00edaa3

View File

@@ -31,6 +31,8 @@ opt.fillchars:append({ eob = " " })
opt.showtabline = 2
opt.showcmd = false
opt.guicursor = "a:block,i:ver25"
opt.fileformat = "unix"
opt.fileformats = { "unix", "dos", "mac" }
-- if vim.fn.has("win32") == 1 then
-- opt.shell = "powershell.exe"