Personal fork of https://github.com/vim-airline/vim-airline-themes
Timothy Rice a77548c6a7 Make jet work with truecolor | 5 年之前 | |
---|---|---|
autoload | 5 年之前 | |
doc | 5 年之前 | |
plugin | 8 年之前 | |
test | 5 年之前 | |
.gitignore | 8 年之前 | |
.travis.yml | 5 年之前 | |
LICENSE | 8 年之前 | |
README.md | 5 年之前 |
This is the official theme repository for vim-airline
This plugin follows the standard runtime path structure, and as such it can be installed with a variety of plugin managers:
Plugin Manager | Install with... |
---|---|
Pathogen | git clone https://github.com/vim-airline/vim-airline-themes ~/.vim/bundle/vim-airline-themes Remember to run :Helptags to generate help tags |
NeoBundle | NeoBundle 'vim-airline/vim-airline-themes' |
Vundle | Plugin 'vim-airline/vim-airline-themes' |
Plug | Plug 'vim-airline/vim-airline-themes' |
VAM | call vam#ActivateAddons([ 'vim-airline-themes' ]) |
Dein | call dein#add('vim-airline/vim-airline-themes') |
minpac | call minpac#add('vim-airline/vim-airline-themes') |
manual | copy all of the files into your ~/.vim directory |
Once installed, use :AirlineTheme <theme>
to set the theme, e.g. :AirlineTheme simple
To set in .vimrc, use let g:airline_theme='<theme>'
, e.g. let g:airline_theme='simple'
Note: The command :AirlineTheme
is only available, if you have also cloned and installed the main vim-airline repository.
Screenshots are in the process of being migrated here. In the meantime you can find screenshots in the existing repository's Wiki.
If you are interested in becoming the official maintainer of this project, please contact @bling, @chrisbra, or @mhartington.
MIT License. Copyright (c) 2013-2017 Bailey Ling & Contributors.