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 🚀
- Host: GitHub
- URL: https://github.com/vimpostor/vim-launchpad
- Owner: vimpostor
- License: gpl-3.0
- Created: 2025-03-30T00:19:09.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-30T22:56:37.000Z (about 1 year ago)
- Last Synced: 2025-03-30T23:27:02.055Z (about 1 year ago)
- Topics: neovim, neovim-plugin, nvim, vim, vim-plugin
- Language: Vim Script
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)