Skip to content

Commit

Permalink
Update vimplus
Browse files Browse the repository at this point in the history
  • Loading branch information
chxuan committed Jun 1, 2016
1 parent 20ec5f8 commit 93a2788
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ Plugin 'vim-scripts/DoxygenToolkit.vim'
Plugin 'vim-scripts/SQLComplete.vim'
Plugin 'vim-scripts/txt.vim'
Plugin 'ryanoasis/vim-devicons'
Plugin 'ryanoasis/powerline-extra-symbols'
Plugin 'gorodinskiy/vim-coloresque'

call vundle#end()
Expand Down Expand Up @@ -209,8 +208,3 @@ set wildignore+=*/tmp/*,*.so,*.swp,*.zip " MacOSX/Linux

" vim-devicons
set guifont=Droid\ Sans\ Mono\ for\ Powerline\ Nerd\ Font\ Complete\ 12

" powerline-extra-symbols
"let g:airline_left_sep = "\uE0B4"
"let g:airline_right_sep = "\uE0B6"
"let g:airline_section_z = airline#section#create(["\uE0A1" . '%{line(".")}' . "\uE0A3" . '%{col(".")}'])

0 comments on commit 93a2788

Please sign in to comment.