mirror of
https://github.com/raimon49/requirements.txt.vim.git
synced 2026-05-18 06:19:40 +08:00
Add 'vim-plug with on-demand' in section of Installation [ci skip]
This commit is contained in:
@@ -14,9 +14,15 @@ Installation
|
|||||||
|
|
||||||
### Plugin manager (**recommended**)
|
### Plugin manager (**recommended**)
|
||||||
|
|
||||||
e.g.) [dein.vim](https://github.com/Shougo/dein.vim), [NeoBundle](https://github.com/Shougo/neobundle.vim), [Vundle](https://github.com/VundleVim/Vundle.vim), [vim-plug](https://github.com/junegunn/vim-plug) [and more](https://dotfiles.github.io/)
|
e.g.) [vim-plug](https://github.com/junegunn/vim-plug), [dein.vim](https://github.com/Shougo/dein.vim), [NeoBundle](https://github.com/Shougo/neobundle.vim), [Vundle](https://github.com/VundleVim/Vundle.vim) [and more](https://dotfiles.github.io/)
|
||||||
|
|
||||||
```vim
|
```vim
|
||||||
|
" vim-plug
|
||||||
|
Plug 'raimon49/requirements.txt.vim'
|
||||||
|
|
||||||
|
" vim-plug with on-demand
|
||||||
|
Plug 'raimon49/requirements.txt.vim', {'for': 'requirements'}
|
||||||
|
|
||||||
" dein.vim
|
" dein.vim
|
||||||
call dein#add('raimon49/requirements.txt.vim')
|
call dein#add('raimon49/requirements.txt.vim')
|
||||||
|
|
||||||
@@ -28,9 +34,6 @@ NeoBundle 'raimon49/requirements.txt.vim'
|
|||||||
|
|
||||||
" Vundle
|
" Vundle
|
||||||
Plugin 'raimon49/requirements.txt.vim'
|
Plugin 'raimon49/requirements.txt.vim'
|
||||||
|
|
||||||
" vim-plug
|
|
||||||
Plug 'raimon49/requirements.txt.vim'
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Pathogen (https://github.com/tpope/vim-pathogen)
|
### Pathogen (https://github.com/tpope/vim-pathogen)
|
||||||
|
|||||||
Reference in New Issue
Block a user