Improvements to vimrc, namely powerline in vim is now enabled; fancy new highlighting too

This commit is contained in:
fedora 2019-04-29 00:42:36 +02:00
parent 087788e72d
commit a2a8732d96
Signed by: wanderer
GPG Key ID: 7B28D8DC28BD2388

5
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