From 4071472aedd5334f396bff495f0caabaa4fda871 Mon Sep 17 00:00:00 2001 From: Chiel92 Date: Sat, 1 Dec 2012 19:03:23 +0100 Subject: [PATCH] readme update --- README.markdown | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index c549a7b..8927fa9 100644 --- a/README.markdown +++ b/README.markdown @@ -1,5 +1,19 @@ vim-autoformat ============== -html, css, javascript by vim-jsbeautify -python by autopep8 +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" +``` +