https://github.com/huytd/vim-quickrun
Quick execute any file in Vim
https://github.com/huytd/vim-quickrun
make playground vim
Last synced: 9 months ago
JSON representation
Quick execute any file in Vim
- Host: GitHub
- URL: https://github.com/huytd/vim-quickrun
- Owner: huytd
- Created: 2016-08-17T21:42:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-01-26T18:39:13.000Z (over 5 years ago)
- Last Synced: 2025-07-31T00:54:10.438Z (11 months ago)
- Topics: make, playground, vim
- Language: Vim script
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QuickRun Plugin for Vim
A plugin to quickly execute `JavaScript`, `Ruby`, `Golang`, `Python`,... files with just a single command.
## Supported Languages
- JavaScript
- Ruby
- Python
- Golang
- C/C++
- Haskell
- Swift
- Rust
## Installation
You can install this plugin with any plugin manager, or install manually:
```
git clone https://github.com/huytd/vim-quickrun ~/.vim/bundle/
```
Or if you're using Neovim:
```
git clone https://github.com/huytd/vim-quickrun ~/.config/nvim/bundle/
```
## How to use
To execute the current file, run this command:
```
:QuickRunExecute
```
Or you can map it with your favorite key:
```
nnoremap e :QuickRunExecute
```
## License
Published under MIT license