explicitly set english language

This commit is contained in:
2022-03-22 12:20:25 +03:00
parent 7f181c5f92
commit 5dd42fd30e

View File

@@ -38,6 +38,8 @@ if vim.fn.has("nvim-0.7") == 1 then
opt.laststatus = 3 opt.laststatus = 3
end end
vim.cmd(":language en")
-- if vim.fn.has("win32") == 1 then -- if vim.fn.has("win32") == 1 then
-- opt.shell = "powershell.exe" -- opt.shell = "powershell.exe"
-- end -- end