again, don't check for nvim-0.7
This commit is contained in:
@@ -33,10 +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("nvim-0.7") == 1 then
|
|
||||||
opt.laststatus = 3
|
|
||||||
end
|
|
||||||
|
|
||||||
vim.cmd(":language en")
|
vim.cmd(":language en")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user