1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

remove language workaround for macOS

The issue has been fixed in https://github.com/neovim/neovim/pull/19139.
This commit is contained in:
jdhao 2022-10-05 22:31:44 +08:00
parent acb423984a
commit e6b3be0777

View File

@ -43,9 +43,7 @@ vim.g.mapleader = ','
vim.g.vimsyn_embed = 'l'
-- Use English as main language
if not vim.g.is_mac then
vim.cmd [[language en_US.utf-8]]
end
-- Disable loading certain plugins