Home

Awesome

VIM-GRADLE

This vim bundle simply recognizes .gradle files as being groovy syntax. It also adds a vim compiler plugin for gradle.

Installation

Of course, if you use Janus, you should put the clone in ~/.janus/ instead.

That's it. Pathogen should handle the rest.

Usage

Syntax Highlighting

.gradle files will now have groovy syntax highlighting.

Compiler Plugin

You can now use :compiler gradle to set gradle as the compiler. :make build will then run gradle build (for example) and the quickfix window will be loaded with parsed error results.

Credits

Inspiration from vim-less.