Skip to content

Commit 8914b06

Browse files
committed
Added a note about SuperTab in VIM section
1 parent 77ead1e commit 8914b06

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/dev/env.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ It has:
7676

7777
And more.
7878

79+
SuperTab
80+
^^^^^^^^
81+
SuperTab_ is a small VIM plugin that makes code completion more convenient by
82+
using ``<Tab>`` key or any other customized keys.
83+
7984
.. _indent: http://www.vim.org/scripts/script.php?script_id=974
8085
.. _syntax: http://www.vim.org/scripts/script.php?script_id=790
8186
.. _Pyflakes: http://pypi.python.org/pypi/pyflakes/
@@ -84,8 +89,7 @@ And more.
8489
.. _vim-pep8: https://github.com/nvie/vim-pep8
8590
.. _syntastic: https://github.com/scrooloose/syntastic
8691
.. _Python-mode: https://github.com/klen/python-mode
87-
88-
.. todo:: add supertab notes
92+
.. _SuperTab: http://www.vim.org/scripts/script.php?script_id=1643
8993

9094
Emacs
9195
-----

0 commit comments

Comments
 (0)