From: Hynek Schlawack Date: Sat, 30 Jun 2012 07:04:54 +0000 (+0200) Subject: Update README to reflect pathogen X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/0f3d292e4d010df37770cbbc2a5997153ee65985 Update README to reflect pathogen --- diff --git a/README.rst b/README.rst index ebcf4d4..771c4cb 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,8 @@ vim-python-pep8-indent ====================== -This small script that goes directly into `~/.vim/indent/` modifies vim_’s -indentation behavior to comply with PEP8_: :: +This small script modifies vim_’s indentation behavior to comply with PEP8_ and +my aesthetic preferences: :: foobar(foo, bar) @@ -29,9 +29,19 @@ Unfortunately, I wasn’t able to reach any of the original authors/maintainers: work and release it hereby to the *Public Domain*. If anyone – who has a say in this – objects, please let me know. +Installation +------------ + +The easiest way is to use pathogen_ and do a :: + + git clone https://github.com/hynek/vim-python-pep8-indent.git + +in your `~/.vim/bundle`. And you *should* use pathogen. Really. + .. _vim: http://www.vim.org/ .. _PEP8: http://www.python.org/dev/peps/pep-0008/ .. _`script repo`: http://www.vim.org/scripts/script.php?script_id=974 .. _`Steve Losh`: http://stevelosh.com/ .. _here: https://gist.github.com/2965846 .. _`Vimscript`: http://learnvimscriptthehardway.stevelosh.com/ +.. _pathogen: https://github.com/tpope/vim-pathogen