mirror of
https://github.com/raimon49/requirements.txt.vim.git
synced 2026-08-13 19:40:59 +08:00
Fix load script order (#5)
* Move the function 'matched_filename' to ftdetect #4 * Move the variable 'g:requirements#detect_filename_pattern' to ftdetect #4 * Rename 'describe' in unittest * Add dein.vim in section of installation * Bump version to 1.3.0 Close #4
This commit is contained in:
@@ -14,9 +14,15 @@ 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/)
|
||||
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/)
|
||||
|
||||
```vim
|
||||
" dein.vim
|
||||
call dein#add('raimon49/requirements.txt.vim')
|
||||
|
||||
" dein.vim with lazy
|
||||
call dein#add('raimon49/requirements.txt.vim', {'lazy': 1, 'on_ft': 'requirements'})
|
||||
|
||||
" NeoBundle
|
||||
NeoBundle 'raimon49/requirements.txt.vim'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user