Statements (39)
Predicate | Object |
---|---|
gptkbp:instance_of |
gptkb:software
|
gptkbp:bfsLayer |
5
|
gptkbp:bfsParent |
gptkb:Neovim
|
gptkbp:category |
gptkb:Author
gptkb:software |
gptkbp:created_by |
junegunn
|
gptkbp:dependency |
Neovim 0.1.5 or higher
Vim 7.4 or higher |
gptkbp:features |
lazy loading
version control integration custom commands update management rollback support on-demand loading parallel installation |
gptkbp:has_documentation |
https://github.com/junegunn/vim-plug/blob/master/ README.md
|
https://www.w3.org/2000/01/rdf-schema#label |
vim-plug
|
gptkbp:installation |
curl -f Lo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
gptkbp:language |
Vim script
|
gptkbp:latest_version |
v0.1.0
v0.8.0 v0.5.0 v0.2.0 v0.3.0 v0.4.0 v0.6.0 v0.7.0 v0.9.0 v0.10.0 v0.11.0 |
gptkbp:license |
MIT License
|
gptkbp:platform |
cross-platform
|
gptkbp:release_date |
2015-01-01
|
gptkbp:repository |
https://github.com/junegunn/vim-plug
|
gptkbp:supports |
gptkb:Neovim
gptkb:Vim |
gptkbp:uses |
Plug 'junegunn/fzf.vim'
call plug#begin('~/.vim/plugged') call plug#end() |