cl-neovim
cl-neovim copied to clipboard
Implement lispeval function for Vimscript
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 is returned. This can be useful for example when writing health checks, which have to be written in Vimscript.