We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a70ee5a commit 4511cc7Copy full SHA for 4511cc7
1 file changed
README.rst
@@ -19,13 +19,6 @@ python-indent.vim is a Vim indent plugin for Python which complies with
19
Installation
20
------------
21
22
-pathogen.vim_
23
-
24
-.. code:: console
25
26
- $ cd ~/.vim/bundle
27
- $ git clone https://github.com/hattya/python-indent.vim
28
29
Vundle_
30
31
.. code:: vim
@@ -44,12 +37,17 @@ dein.vim_
44
37
45
38
call dein#add('hattya/python-indent.vim')
46
39
47
-.. _pathogen.vim: https://github.com/tpope/vim-pathogen
48
40
.. _Vundle: https://github.com/VundleVim/Vundle.vim
49
41
.. _vim-plug: https://github.com/junegunn/vim-plug
50
42
.. _dein.vim: https://github.com/Shougo/dein.vim
51
43
52
+Requirements
+------------
+
+- Vim 7.4+
53
Configuration
54
-------------
55
0 commit comments