diff --git a/vim/config/plugins.vim b/vim/config/plugins.vim index 61aec6b..49ce4ac 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -270,7 +270,7 @@ \ 'syntastic': 'error', \ }, \ 'separator': {'left': '', 'right': ''}, - \ 'subseparator': {'left': '|', 'right': '|'} + \ 'subseparator': {'left': '|', 'right': '|'}, \ 'component': { \ 'tagbar': '%{tagbar#currenttag("[%s]", "", "f")}', \ }, diff --git a/vimrc b/vimrc index 3bd4ca8..a36fea0 100644 --- a/vimrc +++ b/vimrc @@ -35,7 +35,7 @@ let g:autostarttagbar=0 "Powerline Font Support: (1:enabled | 0:disabled) - let g:powerlinefonts=1 + let g:powerlinefonts=0 "GVim Font Selection: (term font set by terminal) set guifont=Droid\ Sans\ Mono\ 12