From 9ee0e4b478cdb1cc971914eba4c6b91e0f5d9030 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 10 Aug 2018 13:20:03 +0200 Subject: [PATCH] Bye zenburn :( Hello falcon! --- .vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index 45e5bac..14c484f 100644 --- a/.vimrc +++ b/.vimrc @@ -74,7 +74,7 @@ nnoremap gpl :Dispatch! git pull " set of defaults that (hopefully) everyone can agree on. Plugin 'tpope/vim-sensible' " Nice colour scheme -Plugin 'jnurmine/Zenburn.git' +Plugin 'fenetikm/falcon' " Quick file system tree, mapped to Ctrl+n for quick toggle Plugin 'scrooloose/nerdtree' map :NERDTreeToggle @@ -433,7 +433,7 @@ set cryptmethod=blowfish2 " Ensure 256 colour support if the terminal supports it if &term == "xterm" || &term == "xterm-256color" || &term == "screen-bce" || &term == "screen-256color" || &term == "screen" || &term == "tmux-256color-italic" set t_Co=256 - colorscheme zenburn + colorscheme falcon " create a bar for airline set laststatus=2