From fde374dd50e10028af6f1cbd97529788222a1ba4 Mon Sep 17 00:00:00 2001 From: Sebastian Burschel Date: Sat, 25 Dec 2021 17:19:25 +0100 Subject: [PATCH] Added encoding setting --- dotfiles/.vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc index 2f061d3..062dc6f 100644 --- a/dotfiles/.vimrc +++ b/dotfiles/.vimrc @@ -1,4 +1,5 @@ set encoding=utf-8 +set termencoding=utf-8 set nocompatible " be iMproved, required