taskrunner 是一个简单的插件 Neovim,运行 Gulp/Gruntfiles 在终端分裂。
" Command Example " The command on it's own will look in the open file's current working directory. " If left blank the command will use the 'default' task. :Task taskname " More Command Examples: " You can also use all of gulp/grunt's cmdline flags! :Task --gulpfile ~/projects/gulpfile.coffee coffeescript :Task --cwd ~/projects/startpage/ :Task --no-color