Browse Source

Set encoding and fileencoding in .vimrc

Frans Bergman 5 năm trước cách đây
mục cha
commit
5d58f116bc
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      .vimrc

+ 2 - 0
.vimrc

@@ -2,6 +2,8 @@
 syntax on
 colorscheme peachpuff
 let g:airline_theme='atomic'
+set encoding=utf-8
+set fileencoding=utf-8
 set wildmenu
 set autoindent
 set smartindent