-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
I've created a plugin for the lazy package manager .config/nvim/lua/plugins/slimv.lua:
return {
"kovisoft/slimv"
}
I start the swank server by hand like so:
sbcl --load .local/share/nvim/lazy/slimv/slime/start-swank.lisp &
The last output is
;; Swank started at port: 4005.
Thus this seems to have worked.
Then I start neovim with a lisp file and hit ,c
That'll present me only with errors:
Error detected while processing function SlimvConnectServer[7]..SlimvConnectSwank[46]..SlimvSwankResponse:
line 20:
E121: Undefined variable: s:swank_actions_pending
line 26:
E121: Undefined variable: s:swank_actions_pending
Except for the first line, this seems to be repeating indefinitely.
What am I missing? How to make slimv work in neovim?
Metadata
Metadata
Assignees
Labels
No labels