remove language setting

This commit is contained in:
2022-03-22 20:34:41 +03:00
parent 4200187b9a
commit 02fef9a472

View File

@@ -39,8 +39,6 @@ opt.ignorecase = true
opt.scrolloff = 5
opt.colorcolumn = "80"
vim.cmd(":language en")
-- if vim.fn.has("win32") == 1 then
-- opt.shell = "powershell.exe"
-- end