diff options
Diffstat (limited to '.config/nvim/init.vim')
-rw-r--r-- | .config/nvim/init.vim | 4 |
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 |