From a2a8732d965e3dae9b73261274572e1f2abbd453 Mon Sep 17 00:00:00 2001 From: fedora Date: Mon, 29 Apr 2019 00:42:36 +0200 Subject: [PATCH] Improvements to vimrc, namely powerline in vim is now enabled; fancy new highlighting too --- vimrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 07be3f9..3dedba1 100644 --- a/vimrc +++ b/vimrc @@ -153,4 +153,7 @@ if &t_Co > 2 || has("gui_running") :highlight Constant term=bold ctermfg=red guifg=cyan endif -:colo elflord +:colo delek " new fav highlighting +:set laststatus=2 " show powerline status bar +set t_Co=256 +let g:Powerline_symbols = "fancy" " sth like this probably set as a default but won't hurt here