global statusline :)

This commit is contained in:
2022-03-18 20:42:42 +03:00
parent 728ba93db5
commit 7a697b6726

View File

@@ -33,6 +33,7 @@ opt.showcmd = false
opt.guicursor = "a:block,i:ver25" opt.guicursor = "a:block,i:ver25"
opt.fileformat = "unix" opt.fileformat = "unix"
opt.fileformats = { "unix", "dos", "mac" } opt.fileformats = { "unix", "dos", "mac" }
opt.laststatus = 3
-- if vim.fn.has("win32") == 1 then -- if vim.fn.has("win32") == 1 then
-- opt.shell = "powershell.exe" -- opt.shell = "powershell.exe"