summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorflyxyz123 <gky44px1999@gmail.com>2021-04-10 01:35:40 -0700
committerflyxyz123 <gky44px1999@gmail.com>2021-04-10 01:35:40 -0700
commitf5b2e0f2fdf864784ff627abd09eaa5f4be9e95c (patch)
treec5a5891826af9ed01ffd4894b374d411d7d40886 /.config
parente89605729e13777425696a8da569bc87cbbf793d (diff)
change init.vim
Diffstat (limited to '.config')
-rw-r--r--.config/nvim/init.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim
index 1be4f5ec..d24060ce 100644
--- a/.config/nvim/init.vim
+++ b/.config/nvim/init.vim
@@ -9,8 +9,8 @@ set softtabstop=4 " number of spaces in tab when editing
set shiftwidth=4 " number of spaces to use for autoindent
" set expandtab " tabs are space
-" read chinese characters, first line might not work, added the 2nd line might work
-" both line needed for the task, 2nd line seems is default to neovim but not vim
+" read chinese characters, first line might not work, added the last line might work
+" both line needed for the task, last line seems is default to neovim but not vim
set fileencodings=ucs-bom,utf-8,utf-16,gbk,big5,gb18030,latin1
set encoding=utf-8