cl-neovim
cl-neovim copied to clipboard
Common lisp client for neovim
The `Lispeval` function allows calling Lisp code from Vimscript, similarly to `pyeval` and `luaeval`. The function argument is a string of Lisp code, which is the evaluated and the result...
Calling the `:Lisp` ex-command in Neovim with an argument that evaluates to a string containing an apostrophe (`'`) throws errors. For example, executing `:Lisp (print "That is nice")` works fine,...
Hi Andrej, I started a CL RPC library for neovim quite some time ago but then didn't find any more time for it; it's nice to see that you're working...