doc(vim-airline): add Files section, update format and wording

This commit is contained in:
AJ ONeal
2023-06-01 06:13:11 +00:00
parent 54d41336c4
commit 6baa78f95d
2 changed files with 36 additions and 9 deletions
+20 -6
View File
@@ -2,19 +2,33 @@
title: vim-airline-themes
homepage: https://github.com/vim-airline/vim-airline-themes
tagline: |
The official theme repository for vim-airline
vim-airline-themes are the 1st-party themes for vim-airline
---
To update (replacing the current version) run `webi vim-airline-themes`.
### Files
These are the files / directories that are created and/or modified with this
install:
```text
~/.vimrc
~/.vim/plugins/airline.vim
~/.vim/pack/plugins/start/vim-airline-themes/
```
## Cheat Sheet
> The official themes for vim-airline.
This installer adds the theme selection to `~/.vim/plugins/airline.vim` which is
created by the vim-airline installer.
Adds the theme selection to `~/.vim/plugins/airline.vim` \
(see [vim-airline](../vim-airline/)).
```
```vim
let g:airline_theme='simple'
```
See the [docs](https://github.com/vim-airline/vim-airline-themes) for a list of
available themes.
See
[github.com/vim-airline/vim-airline-themes](https://github.com/vim-airline/vim-airline-themes)
for a list of available themes.
+16 -3
View File
@@ -2,13 +2,26 @@
title: vim-airline
homepage: https://github.com/vim-airline/vim-airline
tagline: |
Lean & mean status/tabline for vim that's light as air.
vim-airline: Lean & mean status/tabline for vim that's light as air.
---
To update (replacing the current version) run `webi vim-airline`.
### Files
These are the files / directories that are created and/or modified with this
install:
```text
~/.vimrc
~/.vim/plugins/airline.vim
~/.vim/pack/plugins/start/vim-airline/
```
## Cheat Sheet
> Lean & mean status/tabline for vim that's light as air.
> A single-line status bar for vim.
![](https://github.com/vim-airline/vim-airline/wiki/screenshots/demo.gif)
See the [vim-airline-themes](/vim-airline-themes) for additional themes.
See [vim-airline-themes](../vim-airline-themes/) for additional themes.