mirror of
https://github.com/raimon49/requirements.txt.vim.git
synced 2025-12-06 10:04:23 +08:00
Add README
This commit is contained in:
39
README.md
Normal file
39
README.md
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
requirements.txt.vim
|
||||||
|
====================
|
||||||
|
|
||||||
|
[the Requirements File Format](http://pip.readthedocs.org/en/stable/reference/pip_install/#requirements-file-format) syntax support for Vim
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Installation
|
||||||
|
------------
|
||||||
|
|
||||||
|
### Plugin manager (**recommended**)
|
||||||
|
|
||||||
|
e.g.) [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/)
|
||||||
|
|
||||||
|
```vim
|
||||||
|
" NeoBundle
|
||||||
|
NeoBundle 'raimon49/requirements.txt.vim'
|
||||||
|
|
||||||
|
" Vundle
|
||||||
|
Plugin 'raimon49/requirements.txt.vim'
|
||||||
|
|
||||||
|
" vim-plug
|
||||||
|
Plug 'raimon49/requirements.txt.vim'
|
||||||
|
```
|
||||||
|
|
||||||
|
### Pathogen (https://github.com/tpope/vim-pathogen)
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ git clone https://github.com/raimon49/requirements.txt.vim.git ~/.vim/bundle/requirements.txt.vim
|
||||||
|
```
|
||||||
|
|
||||||
|
### Manually
|
||||||
|
|
||||||
|
Deploy all files under `$VIMRUNTIME`
|
||||||
|
|
||||||
|
License
|
||||||
|
-------
|
||||||
|
|
||||||
|
[MIT License](LICENSE.txt)
|
||||||
Reference in New Issue
Block a user