Skip to content

Commit 5803853

Browse files
committed
Update README.rst
1 parent 19d681f commit 5803853

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,22 @@ Vundle_
3232
3333
Plugin 'hattya/python-indent.vim'
3434
35-
NeoBundle_
35+
vim-plug_
3636

3737
.. code:: vim
3838
39-
NeoBundle 'hattya/python-indent.vim'
39+
Plug 'hattya/python-indent.vim', { 'for': 'python' }
4040
41-
vim-plug_
41+
dein.vim_
4242

4343
.. code:: vim
4444
45-
Plug 'hattya/python-indent.vim', { 'for': 'python' }
45+
call dein#add('hattya/python-indent.vim')
4646
4747
.. _pathogen.vim: https://github.com/tpope/vim-pathogen
4848
.. _Vundle: https://github.com/VundleVim/Vundle.vim
49-
.. _NeoBundle: https://github.com/Shougo/neobundle.vim
5049
.. _vim-plug: https://github.com/junegunn/vim-plug
50+
.. _dein.vim: https://github.com/Shougo/dein.vim
5151

5252

5353
Configuration

0 commit comments

Comments
 (0)