We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19d681f commit 5803853Copy full SHA for 5803853
1 file changed
README.rst
@@ -32,22 +32,22 @@ Vundle_
32
33
Plugin 'hattya/python-indent.vim'
34
35
-NeoBundle_
+vim-plug_
36
37
.. code:: vim
38
39
- NeoBundle 'hattya/python-indent.vim'
+ Plug 'hattya/python-indent.vim', { 'for': 'python' }
40
41
-vim-plug_
+dein.vim_
42
43
44
45
- Plug 'hattya/python-indent.vim', { 'for': 'python' }
+ call dein#add('hattya/python-indent.vim')
46
47
.. _pathogen.vim: https://github.com/tpope/vim-pathogen
48
.. _Vundle: https://github.com/VundleVim/Vundle.vim
49
-.. _NeoBundle: https://github.com/Shougo/neobundle.vim
50
.. _vim-plug: https://github.com/junegunn/vim-plug
+.. _dein.vim: https://github.com/Shougo/dein.vim
51
52
53
Configuration
0 commit comments