sniprun
sniprun copied to clipboard
A neovim plugin to run lines/blocs of code (independently of the rest of the file), supporting multiples languages
**Is your feature request related to a problem? Please describe.** Live mode is especially useful when parsing large data structures (e.g. tables, many newline delimited outputs etc) interactively. This is...
Does this already support MATLAB/Octave? I am forced to use MATLAB in a recent project, and was looking for a suitable neovim REPL plugin. **Support Level to achieve** line-level support
As an extension to #50: Much like the the orgmode screenshot supplied, is it possible to have a display option, _specifically for source code blocks in markup_ where the result...
**Describe the bug** A clear and concise description of what the bug is. **What do the bug concerns? Sniprun itself, a particular interpreter?** The bug seems to stem from sniprun...
**Describe the language you want support for (compiler, specificities)** prolog **Support Level to achieve** bloc-level **Additional context** wip; src/interpreters/Prolog_gnu.rs
**Is your feature request related to a problem? Please describe.** With Neovim 0.6 release around the corner, it would be great to leverage the new extmark virtual line api to...
No sure what better name to give it :laughing: **Is your feature request related to a problem? Please describe.** Yes, coming lisp languages when I run a block it automatically...
**Is your feature request related to a problem? Please describe.** When working with pandas DataFrames, I cannot see the lines and columns beyond my monitor size. **Describe the solution you'd...
**Is your feature request related to a problem? Please describe.** #249 #248 **Describe the solution you'd like** after generate main.go, before go run main.go, can add an optional process to...