sponsor Vim development Vim logo Vim Book Ad

Sprint : Async file running

 script karma  Rating 0/0, Downloaded by 1372  Comments, bugs, improvements  Vim wiki

created by
Pedro Mendonca
 
script type
utility
 
description
Sprint

Async file running

tl;dr
Just like any IDE's run button this plugins just runs your code.

For more info on the plugin check the github repo
https://github.com/pedsm/sprint/tree/v1.0
 
install details
Installing

Use any package manager of your liking if you have Vim 8.0 and Async run. My recommendation is to use vundle with the following code.

"This checks for vim 8.0 or above before installing plugins
if v:version >= 800
    Plugin 'skywind3000/asyncrun.vim'
    Plugin 'pedsm/sprint'
endif
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
sprint-1.1.1.zip 1.1.1 2016-12-27 8.0 Pedro Mendonca Optimizations on Haskell Sprints
Added SprintStop function
Added customization options
sprint-1.0.zip v1.0 2016-12-26 8.0 Pedro Mendonca Initial upload
ip used for rating: 3.17.174.239

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github