mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-04-08 19:35:31 +02:00
add vim-plug example
This commit is contained in:
parent
25d53a80f4
commit
57f7f40659
@ -97,7 +97,11 @@ Install the themes as you would this plugin (Vundle example):
|
||||
Plugin 'vim-airline/vim-airline'
|
||||
Plugin 'vim-airline/vim-airline-themes'
|
||||
```
|
||||
|
||||
If you have vim-plug, install the themes by adding this to your ~/.vimrc:
|
||||
```vim
|
||||
Plug 'vim-airline/vim-airline'
|
||||
Plug 'vim-airline/vim-airline-themes'
|
||||
```
|
||||
See [vim-airline-themes][46] for more.
|
||||
|
||||
## Automatic truncation
|
||||
|
Loading…
x
Reference in New Issue
Block a user