From f5b2e0f2fdf864784ff627abd09eaa5f4be9e95c Mon Sep 17 00:00:00 2001 From: flyxyz123 Date: Sat, 10 Apr 2021 01:35:40 -0700 Subject: change init.vim --- .config/nvim/init.vim | 4 ++-- 1 file 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 -- cgit v1.2.3-70-g09d2