An open API service indexing awesome lists of open source software.

https://github.com/vimpostor/vim-launchpad

Effortless project launching 🚀
https://github.com/vimpostor/vim-launchpad

neovim neovim-plugin nvim vim vim-plugin

Last synced: about 1 year ago
JSON representation

Effortless project launching 🚀

Awesome Lists containing this project

README

          

# vim-launchpad

This plugin provides automatic zero-configuration "Build and Run" functionality in a language-agnostic way.

# Installation

Using **vim-plug**:

```vim
Plug 'vimpostor/vim-launchpad'
```

# Alternatives

- [vim-dispatch](https://github.com/tpope/vim-dispatch)
- [asyncrun](https://github.com/skywind3000/asyncrun.vim)