vim-slime icon indicating copy to clipboard operation
vim-slime copied to clipboard

A vim plugin to give you some slime. (Emacs)

Results 37 vim-slime issues
Sort by recently updated
recently updated
newest added

Feature request. `` followed by any arbitrary text object. ``` (Text objects) ip send inner paragraph 5j send next 5 lines af send outer function (via treesitter text object) ac...

is it possible to send to multiple panes? for example send to 2 panes below ( {down-of} ) the vim pane?

Suppose I select some text in order to send it to another terminal pane. If I select the text from top to bottom (ie the cursor is at the bottom...

I am having this issue in neovim v0.8.1 using neovim terminal using jupyter-console (Jupyter console 6.4.4, IPython 8.8.0 with Python 3.11.1). **The function is:** ``` def test(arr): result = 0...

wontfix

When using `vim-slime` to execute script-like code I often select large portion of the code in visual mode and sending that with `SlimeRegionSend`. However, when back in normal mode my...

Hello i’m new NeoVim user and I was wondering is there a way to send the code using vim-slime to jupyter Qtconsole just like how it sends it to ipython...

I have a problem where when using slime to send any text to an iPython shell, the `%cpaste -q` gets sent but then the console gets stuck. The only way...

Would be nice if this also supported [Windows Terminal Preview](https://github.com/microsoft/terminal)

Hi! Thanks for the awesome plugin. I'm having a strange error on opening Python files, however: ``` Error detected while processing /home/thanh/.config/nvim/init.lua: E5113: Error while calling lua chunk: vim/_editor.lua:0: /home/thanh/.config/nvim/init.lua..nvim_exec2()...

In PR #419 I end my explanation with: > If you accept this, my further desired changes to autoload/slime.vim will allow this code to be simplified quite a bit. >...