add vim-plug example

This commit is contained in:
gentoo-btw 2022-12-05 18:27:42 +03:00 committed by GitHub
parent 25d53a80f4
commit 57f7f40659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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