From c1e3ce78eddcc3b71bf1ce1a1ba86dc3de318cad Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Tue, 18 Aug 2020 20:41:00 +0100 Subject: [PATCH] vim: set encoding to utf-8 to avoid issues with our listchars Signed-off-by: Alejandro Mery --- files/.vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/files/.vimrc b/files/.vimrc index 63e86b2..77c522c 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -1,4 +1,5 @@ set nocompatible +set encoding=utf-8 colorscheme koehler "set guifont=DejaVu\ Sans\ Mono\ 7