Improvements to vimrc, namely powerline in vim is now enabled; fancy new highlighting too
This commit is contained in:
parent
087788e72d
commit
a2a8732d96
5
vimrc
5
vimrc
@ -153,4 +153,7 @@ if &t_Co > 2 || has("gui_running")
|
|||||||
:highlight Constant term=bold ctermfg=red guifg=cyan
|
:highlight Constant term=bold ctermfg=red guifg=cyan
|
||||||
endif
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user