Browse Source

Set encoding and fileencoding in .vimrc

Frans Bergman 5 years ago
parent
commit
5d58f116bc
1 changed files with 2 additions and 0 deletions
  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