-
I use my fork of magma and trying out right now jupyter-kernel, which hopefully will provide autocompletion.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
jupyter-kernel.nvim
Get (IPython) Jupyter kernel completion suggestions and object inspection into Neovim.
I use my fork of magma and trying out right now jupyter-kernel, which hopefully will provide autocompletion.
-
conjure
Interactive evaluation for Neovim (Clojure, Fennel, Janet, Racket, Hy, MIT Scheme, Guile, Python and more!)
For languages that support it, https://github.com/Olical/conjure. For everything else, sniprun
-
I ended up writing my own Python one because I wanted to better control what happens when sending bigger code blocks to the repl. I'd generally steer folks to larger solutions, but if you are just using python and want to just see a snippet of what you sent echoed in the repl, then this could fit your need: https://github.com/shea-parkes/nvim-ipython-repl
-
For the record/list, there's also: - https://github.com/hkupty/iron.nvim and - https://github.com/jpalardy/vim-slime
-
For the record/list, there's also: - https://github.com/hkupty/iron.nvim and - https://github.com/jpalardy/vim-slime
-
sniprun
A neovim plugin to run lines/blocs of code (independently of the rest of the file), supporting multiples languages
I'm glad for the reminder about sniprun, I had it bookmarked but not categorized well enough and forgot about it.
-
Do you mean that you have a function/keybinding that will send the visually-selected code to the lua/bash/etc using togglterm plugin?