From 581dc4a95a021189e5a23809420726ec2d972d18 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 8 Aug 2020 03:34:38 +0200 Subject: vim: No longer set termencoding to "ascii" So far I had termencoding set to "ascii", because my terminal was only really able to display ASCII characters and nothing else. Since this is no longer the case, we can also get rid of this restriction in my Vim configuration. Signed-off-by: aszlig --- pkgs/aszlig/vim/default.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'pkgs/aszlig') diff --git a/pkgs/aszlig/vim/default.nix b/pkgs/aszlig/vim/default.nix index d48e5435..96283bff 100644 --- a/pkgs/aszlig/vim/default.nix +++ b/pkgs/aszlig/vim/default.nix @@ -392,7 +392,6 @@ let set softtabstop=4 set shiftwidth=4 set textwidth=79 - set termencoding=ascii set backspace=indent,eol,start set background=dark set mouse= -- cgit 1.4.1