Explorar el Código

Set encoding and fileencoding in .vimrc

Frans Bergman hace 5 años
padre
commit
5d58f116bc
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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