Skip to content

Mr-Destructive/markrunner.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Markrunner

Markrunner is a neovim plugin for running markdown fenced code blocks as scripts.

Installation

use('mr-destructive/markrunner.nvim')

Usage

Markrunner Demonstration

Select the fenced code blocks including the backticks at the start and end, simply press <leader>md and it will run the snippet for you in the terminal.

Language Support

  • Python
  • Golang
  • Lua
  • Bash
  • Javascript (Node.js)

TODO

  • Compiled Language Support(c/cpp, java)
  • Floating Terminal
  • Documentation

About

Run markdown fenced codeblocks from neovim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published