Parcourir la source

Set encoding and fileencoding in .vimrc

Frans Bergman il y a 5 ans
Parent
commit
5d58f116bc
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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