This vim bundle simply recognizes .gradle files as being groovy syntax. It also adds a vim compiler plugin for gradle.
Install pathogen into ~/.vim/autoload/
and add the following line to your ~/.vimrc
:
Make a clone of the vim-gradle
repository:
mkdir -p ~/.vim/bundle
cd ~/.vim/bundle
git clone https://github.com/tfnico/vim-gradle
OR use git submodules:
git submodule add https://github.com/tfnico/vim-gradle.git bundle/vim-gradle
git submodule init
Of course, if you use Janus, you should put the clone in ~/.janus/ instead.
That's it. Pathogen should handle the rest.
.gradle files will now have groovy syntax highlighting.
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.
Inspiration from vim-less.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4