aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2022-10-05 22:31:44 +0800
committerjdhao <jdhao@hotmail.com>2022-10-05 22:33:13 +0800
commite6b3be077770109bb16450e49a3d3aac7f5507ea (patch)
treefac76ea1453bbeff5b3a361294325e7ae0bda35e
parentacb423984a2647e716d4fcfdc6c7496159493538 (diff)
remove language workaround for macOS
The issue has been fixed in https://github.com/neovim/neovim/pull/19139.
-rw-r--r--core/globals.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/globals.lua b/core/globals.lua
index 9dbd09c..9af9bad 100644
--- a/core/globals.lua
+++ b/core/globals.lua
@@ -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
+vim.cmd [[language en_US.utf-8]]
-- Disable loading certain plugins