reference screenshots from wiki
This commit is contained in:
parent
80e76dfc92
commit
bed46def0d
27
README.md
27
README.md
|
@ -22,10 +22,6 @@ what about [old powerline][a]?
|
|||
|
||||
i wrote the initial version on an airplane, and since it's light as air it turned out to be a good name. thanks for flying vim!
|
||||
|
||||
# screenshots
|
||||
|
||||
check out screenshots [here][o]!
|
||||
|
||||
# installation
|
||||
|
||||
this plugin follows the standard runtime path structure, and as such it can be installed with a variety of plugin managers:
|
||||
|
@ -63,6 +59,28 @@ this plugin follows the standard runtime path structure, and as such it can be i
|
|||
|
||||
if you encounter a bug, please reproduce it with this [minivimrc][g] repository i created and file an issue. please provide your operating system and vim version/patch level (can be found with `:version`). a reproducible gist would be hugely helpful.
|
||||
|
||||
# screenshots
|
||||
|
||||
### dark theme with a regular font
|
||||
|
||||
![img](https://github.com/bling/vim-airline/wiki/screenshots/dark.png)
|
||||
|
||||
### dark theme with powerline symbols
|
||||
|
||||
![img](https://github.com/bling/vim-airline/wiki/screenshots/dark-powerline.png)
|
||||
|
||||
### simple theme
|
||||
|
||||
![img](https://github.com/bling/vim-airline/wiki/screenshots/simple.png)
|
||||
|
||||
### light theme
|
||||
|
||||
![img](https://github.com/bling/vim-airline/wiki/screenshots/light.png)
|
||||
|
||||
### badwolf theme with [bufferline][a] integration
|
||||
|
||||
![img](https://github.com/bling/vim-airline/wiki/screenshots/badwolf.png)
|
||||
|
||||
# contributions
|
||||
|
||||
contributions and pull requests are welcome. please follow the existing coding style as much as possible.
|
||||
|
@ -85,4 +103,3 @@ contributions and pull requests are welcome. please follow the existing coding
|
|||
[l]: https://github.com/Shougo/neobundle.vim
|
||||
[m]: https://github.com/gmarik/vundle
|
||||
[n]: http://vim.wikia.com/wiki/256_colors_in_vim
|
||||
[o]: https://github.com/bling/vim-airline/wiki/Screenshots
|
||||
|
|
Loading…
Reference in New Issue