1
0
nvim-config/core/encoding.vim

5 lines
71 B
VimL

if has('multi_byte')
set encoding=utf-8
set termencoding=utf-8
endif