vim-autoformat/README.markdown
2012-12-01 19:03:23 +01:00

20 lines
477 B
Markdown

vim-autoformat
==============
This vim plugin provides bindings for external code format programs.
If you have installed a supported formatter correctly, it will integrate with vim automatically.
Supported programs:
* einars/jsbeautify for javascript (has to be installed as a pathogen-compatible plugin)
* autopep8 for python (must be globally available)
How to install (Vundle)
-----------------------
Put this in your .vimrc
```vim
Bundle "Chiel92/vim-autoformat"
```