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