Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Runner

Runner is a vim plugin that runs your code and shows the output in the status bar.

It compiles/interprets single files. The supported languages are:

  • C
  • C++
  • Java
  • JavaScript
  • Kotlin
  • Python
  • Ruby

Installation

Neovim (vim.pack)

Runner is written in Vimscript but it also works with Neovim.

vim.pack.add { 'https://github.com/initrc/runner' }
vim.keymap.set("n", "<leader>rc", "<cmd>RunnerRun<CR>", { desc = "[R]un [C]ode" })

Vim (Vundle)

Add Bundle 'initrc/runner' to ~/.vimrc and run :BundleInstall.

To map the keyboard shortcut run nnoremap <silent> <leader>r :RunnerRun<CR>.

About

A vim plugin that runs code

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages