Skip to content

Neovim plugin for running different types of files in intergrated Nvim terminal.

Notifications You must be signed in to change notification settings

tribhuwan-kumar/CodeRunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 

Repository files navigation

CodeRunner

A simple plugin for code running in Nvim

Keyfeatures

  • No dependencies
  • Uses Nvim intergrated terminal like VS code
  • Opens Vertically or horizontally window, As you wish!!

Installation

Use vim-plug or any plugin installer

Plug 'tribhuwan-kumar/CodeRunner'

Usage

  • Use :RunCode for running code in Nvim $TERM
  • :VRunCode For running code in vertical window
  • & :HRunCode for horizontal window

Example:

:set splitright " for right side vertically split
nnoremap <Leader>r :VRunCode<CR>
nnoremap <Leader>b :HRunCode<CR>

Note

Currently, supports Python, Java, Go, Rust, Ruby, C/C++, Lua, Shell, JavaScript & Typescript

Doesn't support windows or mac

Supported shells are bash, zsh & fish

About

Neovim plugin for running different types of files in intergrated Nvim terminal.

Topics

Resources

Stars

Watchers

Forks