From 186fdca812bc1cea63e33b1d0dee74cfc079a14d Mon Sep 17 00:00:00 2001 From: Ian Keane Date: Sun, 14 Mar 2021 21:20:11 +0000 Subject: [PATCH] Default zenburn instead of wal --- vim/.vimrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index feefe19..0edad7a 100755 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -1,4 +1,3 @@ - " vim-plug {{{ " Automatic installation if empty(glob('~/.vim/autoload/plug.vim')) @@ -58,8 +57,8 @@ "}}} " appearance {{{ - " colorscheme zenburn - colorscheme wal + colorscheme zenburn + " colorscheme wal syntax on " Enable syntax set encoding=utf-8 " Keep utf-8 encoding set scrolloff=2 " Keep at least 3 lines above and below cursor