aboutsummaryrefslogtreecommitdiff
path: root/core/globals.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-12-10 22:52:03 +0800
committerjdhao <jdhao@hotmail.com>2021-12-10 22:52:03 +0800
commit6fb30f0cf237f07a064a86f5c4e51162bf0ba0c2 (patch)
tree70329ee07d5551936e6e4fed3fd747db1fcc5568 /core/globals.vim
parent9b41825c2ca974682f06fc7e646fd1fdd88c0397 (diff)
use en_US.utf-8 as default
Diffstat (limited to 'core/globals.vim')
-rw-r--r--core/globals.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/globals.vim b/core/globals.vim
index fcb301a..7ce5bde 100644
--- a/core/globals.vim
+++ b/core/globals.vim
@@ -38,6 +38,9 @@ let mapleader = ','
" Enable highlighting for lua HERE doc inside vim script
let g:vimsyn_embed = 'l'
+
+" Use English as main language
+language en_US.utf-8
"}}
"{{ Disable loading certain plugins