remove "Plugin" and add "Plug" to readme

This commit is contained in:
gentoo-btw 2022-11-27 15:39:53 +03:00 committed by GitHub
parent 2654f838ae
commit 3bfdfc8b85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,8 +94,8 @@ another repository as of [this commit][45].
Install the themes as you would this plugin (Vundle example): Install the themes as you would this plugin (Vundle example):
```vim ```vim
Plugin 'vim-airline/vim-airline' Plug 'vim-airline/vim-airline'
Plugin 'vim-airline/vim-airline-themes' Plug 'vim-airline/vim-airline-themes'
``` ```
See [vim-airline-themes][46] for more. See [vim-airline-themes][46] for more.