Dmitri Volkov

Results 3 comments of Dmitri Volkov

Also appears to not work on paths containing a comma or a `~`.

Another option might be to use the lua client for neovim: [https://github.com/neovim/lua-client](https://github.com/neovim/lua-client) I'm not (at all) familiar with how clients for neovim work, so this suggestion might not make sense,...

What worked for me (on mac) was making sure I had Lua 5.1 installed then using `luarocks --lua-dir /usr/local/Cellar/[email protected]/5.1.5_8 install lapis CRYPTO_DIR=/usr/local/Cellar/[email protected]/1.1.1g OPENSSL_DIR=/usr/local/Cellar/[email protected]/1.1.1g/`, where lua 5.1 and openssl 1.1/1 where...