-
I’m not a vim guy but I know there’s at least one slime port. You could also give evil-mode a shot if you want to give Emacs another go
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
I've seen SLIMV recommended as a SLIME alternative for Vim. Like SLIME, SLIMV is a SWANK client.
-
I'm using neoterm. I like that I can use the same tech for every language + consistent keybinds. Also Slime might not support a more fringe or outdated lisp distro but a plain old VTY terminal always will.
-
Using this method you won't get completions from live image like emacs does, but you can make apropos-under-cursor and it's about the same. I enjoy default vim completions a lot for their predictability and instant feedback. You can still connect to the live image behind the scenes as well. Or, to neovim's api.
-
There is the alive extension for vscode which comes with a LSP.
Related posts
-
How to automatically close or re-use previous terminal when running vim-test multiple times
-
How Do You Manage Your CL Development Environment Using Vim/Neovim?
-
Rewrote my tiny terminal plugin to use floating windows instead of splits
-
Does anyone know a repl similar to neoterm written in lua?
-
Quick Open/Hide terminal