X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/0f3d292e4d010df37770cbbc2a5997153ee65985..47ab0458c0c8f005777b92fccd4008d26bd0d0af:/README.rst diff --git a/README.rst b/README.rst index 771c4cb..d962240 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,9 @@ vim-python-pep8-indent ====================== +.. image:: https://travis-ci.org/hynek/vim-python-pep8-indent.png?branch=travis + :target: https://travis-ci.org/hynek/vim-python-pep8-indent + This small script modifies vim_’s indentation behavior to comply with PEP8_ and my aesthetic preferences: :: @@ -38,6 +41,11 @@ The easiest way is to use pathogen_ and do a :: in your `~/.vim/bundle`. And you *should* use pathogen. Really. +Please note that Kirill Klenov’s python-mode_ ships an own version of this bundle. +Therefore, if you want to use this version specifically, you’ll have to disable python-mode’s using: :: + + let g:pymode_indent = 0 + .. _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 @@ -45,3 +53,4 @@ in your `~/.vim/bundle`. And you *should* use pathogen. Really. .. _here: https://gist.github.com/2965846 .. _`Vimscript`: http://learnvimscriptthehardway.stevelosh.com/ .. _pathogen: https://github.com/tpope/vim-pathogen +.. _python-mode: https://github.com/klen/python-mode