Added description to default formatprograms

This commit is contained in:
veelenga 2014-12-11 09:05:48 +02:00
parent 1b5d33ea34
commit 7f16613cea

View File

@ -92,6 +92,11 @@ Here is the link to the SASS homepage: http://sass-lang.com/.
It's probably in your distro's repository, so you can download it as a regular package. It's probably in your distro's repository, so you can download it as a regular package.
For Ubuntu type `sudo apt-get install tidy` in a terminal. For Ubuntu type `sudo apt-get install tidy` in a terminal.
* `rbeautify` for __Ruby__.
It is shipped with `rbeautify`, which can be installed by running `gem install ruby-beautify`.
Note that compatible `ruby-beautify-0.94.0` or higher version.
Here is the link to the repository: https://github.com/erniebrodeur/ruby-beautify
How can I change the behaviour of formatters, or add one myself? How can I change the behaviour of formatters, or add one myself?
--------------------------------------------- ---------------------------------------------
If you need a formatter that is not among the defaults, or if you are not satisfied with the default formatting behaviour that is provided by vim-autoformat, you can define it yourself. If you need a formatter that is not among the defaults, or if you are not satisfied with the default formatting behaviour that is provided by vim-autoformat, you can define it yourself.