Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 905 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 905 Bytes

VIM-GRADLE

This vim bundle simply recognizes .gradle files as being groovy syntax.

Installing and Using

  • Install pathogen into ~/.vim/autoload/ and add the following line to your ~/.vimrc:

      call pathogen#infect()
    
  • 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, and use groovy syntax highlighting when opening .gradle files.

Credits

Inspiration from vim-less.