Skip to content

Commit

Permalink
feat(code-runner): Add sniprun (#132)
Browse files Browse the repository at this point in the history
Co-authored-by: Kai Löhnert <[email protected]>
  • Loading branch information
Uzaaft and luxus authored Apr 9, 2023
1 parent a4f313b commit 5d909fa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/astrocommunity/code-runner/sniprun/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Sniprun

**Repository**: <https://github.com/michaelb/sniprun>

Sniprun is a code runner plugin for neovim written in Lua and Rust. It aims to provide stupidly fast partial code testing for interpreted and compiled languages. Sniprun blurs the line between standard save/run workflow, jupyter-like notebook, and REPL/interpreters.
9 changes: 9 additions & 0 deletions lua/astrocommunity/code-runner/sniprun/sniprun.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
return {
{
"michaelb/sniprun",
keys = {},
opts = {},
build = "bash ./install.sh 1",
cmd = "SnipRun",
},
}

0 comments on commit 5d909fa

Please sign in to comment.