Alter vim to highlight the focused line

This commit is contained in:
Orien Vandenbergh 2016-09-20 15:15:15 -06:00
parent 3463004c8f
commit 5dc782be51

3
vimrc
View File

@ -43,6 +43,9 @@ set comments-=s1:/*,mb:*,ex:*/
set comments+=s:/*,mb:\ *,ex:\ */
set comments+=fb:*
" Highlight the focused line
set cursorline
"set background=dark
"let g:badwolf_darkgutter=1
colorscheme vorange