vim-slime
vim-slime copied to clipboard
A vim plugin to give you some slime. (Emacs)
The ReadMe says > To work properly, kitty must also be started with the following options: > > ``` > kitty -o allow_remote_control=yes --listen-on unix:/tmp/mykitty > ``` > > See...
after sending some lines, the expected behavior is the cursor moving forward so next line(s) can be send. currently the cursor always stay at the original position. is there a...
sometime I want to use vimterminal as target, but some other time I prefer to use tmux. in my setup I set: ``` "when target is tmux let g:slime_target =...
I have set the slime automatic start the interpreter as this ``` let g:slime_target = "vimterminal" let g:slime_vimterminal_cmd = "scheme" let g:slime_vimterminal_config = {"term_finish": "close", "vertical": 1} ``` so each...
I map to use normal mode inside terminal vim. When I send a group of code into this terminal, it has some problems 1. Code look weird when send from...
Hi all, I am running a split window where I have the editor on top and a `Windows powershell` running `iPython` in the bottom. The problem is that when I...
I am running `Vim 8.2` on `Windows 10`. The command `:SlimeSendCurrentLine` works well, but the `:SlimeSend`, `:SlimeSend0` and `:SlimeSend1` give me the` error E471: Argument required.` The only things related...
I'm using the following configuration in my `.vimrc` to enable [vim-slime](https://github.com/jpalardy/vim-slime) and [vim-ipython-cell](https://github.com/hanschen/vim-ipython-cell) receiving and executing code received from the Python scripts. ## `.vimrc` ```vim " -- IPython Cell /...
ZelliJ is a multiplexer that I and a lot of other people use. Adding support for it would be great https://zellij.dev/
Neovim + slime gets tripped up on Windows when using conemu as the target. Neovim sets the shell slightly different, and the quotes don't work the same. This PR fixes...