Updating for airline themes

This commit is contained in:
Alex Yatskov 2016-02-13 11:16:45 -08:00
parent 7ac8e23634
commit 393efd3900

View File

@ -6,7 +6,6 @@ Plug 'https://github.com/airblade/vim-gitgutter.git'
Plug 'https://github.com/antoyo/vim-licenses.git' Plug 'https://github.com/antoyo/vim-licenses.git'
Plug 'https://github.com/b4winckler/vim-angry.git' Plug 'https://github.com/b4winckler/vim-angry.git'
Plug 'https://github.com/bkad/CamelCaseMotion' Plug 'https://github.com/bkad/CamelCaseMotion'
Plug 'https://github.com/bling/vim-airline.git'
Plug 'https://github.com/cespare/vim-toml.git' Plug 'https://github.com/cespare/vim-toml.git'
Plug 'https://github.com/christoomey/vim-sort-motion.git' Plug 'https://github.com/christoomey/vim-sort-motion.git'
Plug 'https://github.com/derekwyatt/vim-fswitch.git' Plug 'https://github.com/derekwyatt/vim-fswitch.git'
@ -34,6 +33,8 @@ Plug 'https://github.com/tpope/vim-unimpaired.git'
Plug 'https://github.com/tpope/vim-vinegar.git' Plug 'https://github.com/tpope/vim-vinegar.git'
Plug 'https://github.com/tyru/open-browser.vim.git' Plug 'https://github.com/tyru/open-browser.vim.git'
Plug 'https://github.com/vasconcelloslf/vim-interestingwords.git' Plug 'https://github.com/vasconcelloslf/vim-interestingwords.git'
Plug 'https://github.com/vim-airline/vim-airline-themes.git'
Plug 'https://github.com/vim-airline/vim-airline.git'
Plug 'https://github.com/vim-latex/vim-latex.git' Plug 'https://github.com/vim-latex/vim-latex.git'
if has('unix') if has('unix')