mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
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:
parent
6c5cdbd3af
commit
4afd7c8fd3
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@
|
||||||
set diffopt=foldcolumn:0,filler "vimdiff default settings
|
set diffopt=foldcolumn:0,filler "vimdiff default settings
|
||||||
set formatoptions=roqnl12 "how automatic formatting is to be done
|
set formatoptions=roqnl12 "how automatic formatting is to be done
|
||||||
set foldmethod=syntax foldcolumn=1 foldlevel=3 "fold layers 3 or more deep
|
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
|
"load the system version of matchit if another hasn't already been
|
||||||
if !exists('g:loaded_matchit') && findfile('plugin/matchit.vim', &rtp) ==# ''
|
if !exists('g:loaded_matchit') && findfile('plugin/matchit.vim', &rtp) ==# ''
|
||||||
|
|
2
vimrc
2
vimrc
|
@ -35,7 +35,7 @@
|
||||||
let g:autostarttagbar=0
|
let g:autostarttagbar=0
|
||||||
|
|
||||||
"Powerline Font Support: (1:enabled | 0:disabled)
|
"Powerline Font Support: (1:enabled | 0:disabled)
|
||||||
let g:powerlinefonts=0
|
let g:powerlinefonts=1
|
||||||
|
|
||||||
"GVim Font Selection: (term font set by terminal)
|
"GVim Font Selection: (term font set by terminal)
|
||||||
set guifont=Droid\ Sans\ Mono\ 12
|
set guifont=Droid\ Sans\ Mono\ 12
|
||||||
|
|
Loading…
Reference in a new issue