From 27d0757b83e25080df0fb3f99eb90c405b030e8f Mon Sep 17 00:00:00 2001 From: Chiel92 Date: Sat, 1 Dec 2012 21:34:44 +0100 Subject: [PATCH] readme updated --- README.markdown | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.markdown b/README.markdown index 8927fa9..dbdefc6 100644 --- a/README.markdown +++ b/README.markdown @@ -1,12 +1,9 @@ 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. +This vim plugin provides bindings for external code-formatting programs. +If you have installed a supported formatprogram 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) ----------------------- @@ -17,3 +14,12 @@ Put this in your .vimrc Bundle "Chiel92/vim-autoformat" ``` +Supported formatprograms +------------------------ +* einars/jsbeautify for javascript (has to be installed as a pathogen-compatible plugin) +* autopep8 for python (must be globally available) + +If you find yourself in need of support for another formatprogram, simply add a configuration file in the folder ```ftplugin```. +You can take the existing ones as an example. +Oh, and be sure to send me a patch. :) +