Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 171 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 171 Bytes

gradle.vim

gradle plugin for vim

usage

Bundle 'groovy.vim'
Bundle 'sangwook/gradle.vim'
map <leader>tt :w<CR> :compiler gradle<CR> :make test<CR>:cw 4<CR>