switched the default back to having powerline fonts enabled, and chose

a more subtle, but imo less confusing standard for the line-wrap
display.
This commit is contained in:
Kevin 2014-04-08 20:00:08 -04:00
parent 6c5cdbd3af
commit 4afd7c8fd3
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@
set diffopt=foldcolumn:0,filler "vimdiff default settings
set formatoptions=roqnl12 "how automatic formatting is to be done
set foldmethod=syntax foldcolumn=1 foldlevel=3 "fold layers 3 or more deep
let &showbreak="+ " "when linewrap is enabled, show wrapped lines with +++
let &showbreak=" " "when linewrap is enabled, show wrapped lines with +++
"load the system version of matchit if another hasn't already been
if !exists('g:loaded_matchit') && findfile('plugin/matchit.vim', &rtp) ==# ''

2
vimrc
View file

@ -35,7 +35,7 @@
let g:autostarttagbar=0
"Powerline Font Support: (1:enabled | 0:disabled)
let g:powerlinefonts=0
let g:powerlinefonts=1
"GVim Font Selection: (term font set by terminal)
set guifont=Droid\ Sans\ Mono\ 12