Skip to content
forked from tfnico/vim-gradle

Simple little vim-bundle that recognizes .gradle files as being groovy syntax

Notifications You must be signed in to change notification settings

apkar/vim-gradle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Simple little vim-bundle that recognizes .gradle files as being groovy syntax

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%