We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Given existing nrepl connection created by JazzNrepl when trying to close it using JazzNrepl I'm getting an exception:
E5105: Error while calling lua chunk: ...owski/.config/nvim/plugged/acid.nvim//lua/acid/nrepl.lua:167: attempt to index a nil value
State of nrepl at the time is:
cache = {}, default_middlewares = { "nrepl/nrepl", "cider/cider-nrepl", "refactor-nrepl" }, handle = { _store = {}, show = <function 1>, stderr = <function 2>, stdout = <function 3> }, middlewares = { ["cider/cider-nrepl"] = { "cider.nrepl/cider-middleware" }, ["cider/piggieback"] = { "cider.piggieback/wrap-cljs-repl" }, ["iced-nrepl"] = { "iced.nrepl/wrap-iced" }, ["nrepl/nrepl"] = {}, ["refactor-nrepl"] = { "refactor-nrepl.middleware/wrap-refactor" } }, start = <function 4>, stop = <function 5> }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Given existing nrepl connection created by JazzNrepl
when trying to close it using JazzNrepl
I'm getting an exception:
E5105: Error while calling lua chunk: ...owski/.config/nvim/plugged/acid.nvim//lua/acid/nrepl.lua:167: attempt to index a nil value
State of nrepl at the time is:
The text was updated successfully, but these errors were encountered: