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

This PR changes conemu to use the paste file instead of the windows clipboard. This can make it slightly faster if the clipboard is configured to use a subprocess like...

When sending a blank line to tmux (e.g. `slime#send('')`), it instead sends the contents of the last tmux yank register. This is because [the buffered for loop](https://github.com/jpalardy/vim-slime/blob/f6bbbeb8f18393f2177cdcef764f3e0e1d7e9328/autoload/slime/targets/tmux.vim#L23-L31) has a `range(0,0)`...

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...

Stale

``` using FFTW using Plots using ProgressMeter using Interpolations using LinearAlgebra using Printf using Statistics N_POINTS_Y = 360 ASPECT_RATIO = 16/9 KINEMATIC_VISCOSITY = 1.0 / 1000.0 TIME_STEP_LENGTH = 0.001 N_TIME_STEPS...

Stale

This is similar to #429 . I am using MacVim, vim-slime, tmux, Julia 1.12.1 REPL. The issue appeared after upgrading Julia from 1.11 to 1.12.1. vim-slime installed via VimPlug and...

Stale

When configuring Neovim, setting `vim.opt.shell = "pwsh.exe"` breaks `vim-slime` functionality. Both `:SlimeSendCurrentLine` and ` ` run without errors but send no text to the target pane. This occurs with multiple...