diff options
| author | jdhao <jdhao@hotmail.com> | 2022-10-05 22:31:44 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-10-05 22:33:13 +0800 |
| commit | e6b3be077770109bb16450e49a3d3aac7f5507ea (patch) | |
| tree | fac76ea1453bbeff5b3a361294325e7ae0bda35e /core/globals.lua | |
| parent | acb423984a2647e716d4fcfdc6c7496159493538 (diff) | |
remove language workaround for macOS
The issue has been fixed in https://github.com/neovim/neovim/pull/19139.
Diffstat (limited to 'core/globals.lua')
| -rw-r--r-- | core/globals.lua | 4 |
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 |
