Browse Source

vim: set encoding to utf-8 to avoid issues with our listchars

Signed-off-by: Alejandro Mery <amery@geeks.cl>
master
Alejandro Mery 4 years ago
parent
commit
c1e3ce78ed
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      files/.vimrc

+ 1
- 0
files/.vimrc

@ -1,4 +1,5 @@
set nocompatible set nocompatible
set encoding=utf-8
colorscheme koehler colorscheme koehler
"set guifont=DejaVu\ Sans\ Mono\ 7 "set guifont=DejaVu\ Sans\ Mono\ 7

Loading…
Cancel
Save