acid.nvim
acid.nvim copied to clipboard
Asynchronous Clojure Interactive Development
``` python3-rplugin-host: Async request caused an error: Error executing lua: ...s/github.com/clojure-vim/acid.nvim/lua/acid/features.lua:150: bad argument #1 to 'ipairs' (table expected, got nil) ``` Happens for me when using `K` on anything. I'm...
Probably same as #21. Acid should tell you those other plugins are required and preferably how to fix the issue, rather than falling on its sword. Also the homepage should...
When I evaluate a form that throws an error, e.g. `(/ 1 0)`, I get the following error: ``` error caught while executing async callback: NvimError(b'Vim:E5108: Error while calling lua...
Since updating recently, I am no longer seeing evaluation results in the buffer. Running `:AcidRequire` and then using `cpp` to evaluate a form has no visible effect. I noticed that...
Expecting, string literal `\d` as result (`"\\d"`) in Clojure. Actually got parsing error, the code evaluated was `"\d"`, and `\d` is not a valid escape sequence.