Skip to content

Unable to use slimv with neovim and lazy #148

@cyberdynesoftware

Description

@cyberdynesoftware

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions