grunt.vim icon indicating copy to clipboard operation
grunt.vim copied to clipboard

Vim plugin with support for Grunt

Results 3 grunt.vim issues
Sort by recently updated
recently updated
newest added

I've installed grunt.vim via pathogen and ":Grunt" works and ":Grunt lint" works but ":Glint" doesn't seem to do anything. Is there any way I could troubleshoot this?

Would be nice to have something that autcompletes the Grunt task if you're typing in `:Grunt someTask` to run it. Sometimes the task names are rather long, e.g. `somethingValidation` or...

Would be kind of nice. Similar to https://github.com/mklabs/node.snipmate/blob/master/plugin/node.vim | https://github.com/mklabs/node.snipmate/blob/master/bin/completer but for grunt api. `grunt.*` should be completed to what `Object.keys(grunt)` returns. `grunt.file.*` same, matches what returnes `Object.keys(grunt.file)`, etc. (for...