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

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

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