mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Whoops, missed a comma the lightline section for non-powerline fonts and
didn't catch it until after shipping. This commit fixes the trouble though.
This commit is contained in:
parent
17d10a37c9
commit
6c5cdbd3af
2 changed files with 2 additions and 2 deletions
|
@ -270,7 +270,7 @@
|
||||||
\ 'syntastic': 'error',
|
\ 'syntastic': 'error',
|
||||||
\ },
|
\ },
|
||||||
\ 'separator': {'left': '', 'right': ''},
|
\ 'separator': {'left': '', 'right': ''},
|
||||||
\ 'subseparator': {'left': '|', 'right': '|'}
|
\ 'subseparator': {'left': '|', 'right': '|'},
|
||||||
\ 'component': {
|
\ 'component': {
|
||||||
\ 'tagbar': '%{tagbar#currenttag("[%s]", "", "f")}',
|
\ 'tagbar': '%{tagbar#currenttag("[%s]", "", "f")}',
|
||||||
\ },
|
\ },
|
||||||
|
|
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=1
|
let g:powerlinefonts=0
|
||||||
|
|
||||||
"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