You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to setup vim-slime to send code snippets from LazyVim to a multiplexed REPL. (using Wezterm on Win10).
I setup a mux session with LazyVim in a panel and a REPL (Julia) in another.
I installed vim-slime with the following config that I pulled from this discussion from last February.
I'm able to successfully pipe text from the LazyVim terminal to the REPL using wezterm cli send-text command, so the mux session seems to be set up properly for Neovim and the REPL to communicate.
I then call SlimeConfig and set the slime target to pane-id 1, which matches the id shown in the wezterm cli list query for the REPL executable.
Setup looks good so far, but when I use Slime Region Send <C-c> <C-c> on highlighted text, nothing happens. Same for other vim-slime commands. If I try to use the custom Send Cell keymap, LazyVim throws up an error saying it's not an editor command (probably due to broken command syntax).
Any insight into how to properly setup this config is greatly appreciated!
The text was updated successfully, but these errors were encountered:
Trying to setup vim-slime to send code snippets from LazyVim to a multiplexed REPL. (using Wezterm on Win10).
I setup a mux session with LazyVim in a panel and a REPL (Julia) in another.
I installed vim-slime with the following config that I pulled from this discussion from last February.
I'm able to successfully pipe text from the LazyVim terminal to the REPL using
wezterm cli send-text
command, so the mux session seems to be set up properly for Neovim and the REPL to communicate.I then call SlimeConfig and set the slime target to pane-id 1, which matches the id shown in the
wezterm cli list
query for the REPL executable.Setup looks good so far, but when I use Slime Region Send
<C-c> <C-c>
on highlighted text, nothing happens. Same for other vim-slime commands. If I try to use the custom Send Cell keymap, LazyVim throws up an error saying it's not an editor command (probably due to broken command syntax).Any insight into how to properly setup this config is greatly appreciated!
The text was updated successfully, but these errors were encountered: