Justin M. Keyes
Justin M. Keyes
was this addressed by https://github.com/neovim/go-client/pull/25 ?
@zchee i think https://github.com/neovim/pynvim . What is your question? is `:help nvim_set_client_info()` not clear enough?
@zchee sure we could enhance `remote/define.vim`. But AFAIK `remote/define.vim` already manages autocmds as needed, so I don't know what the "once" feature would be used for. Does go-client have an...
> I said `once` feature means `++once` arg on autocmd. Understood. But I don't see what it would be used for.
can you try HEAD (0.2.1)?
https://github.com/neovim/homebrew-neovim/issues/147#issuecomment-210334222
Left a comment at https://github.com/tarruda/libmpack/issues/2. I think we require one of luajit or lua 5.1 for now.
@telemachus Thanks for followup.
@telemachus Maybe try `env=std` (from https://github.com/neovim/homebrew-neovim/issues/114#issuecomment-173531950 ) ``` brew install neovim --env=std ```
> Perhaps if the lua interpreter that we pick is our deps version, maybe we could clear the associated environment variable? Certainly we should do that in the brew formula...