-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support /var/folders/... socket path on MacOS #16
Comments
|
Hi - sorry for the delay on this! It looks like nvim isn't being detected at all:
Additionally,
Unsuprisingly, given this, the last command hangs indefinitely:
|
Okay then, thanks! I'm not a Mac user, so I might need some help on figuring out how we can reliably fetch that exact path to the socket. How is neovim installed for you? |
Some sleuthing led me to neovim/neovim#20865, where this folder can probably be found via nvim --clean --headless --cmd ':echo tempname() | :exit' Could you also check Finally, what does |
nvim is installed via homebrew.
it looks like OSX sets
|
Is that a literal In any case, I committed a first attempt which just matches |
Register syncing to nvim doesn't work. I've:
zstyle :zle:evil-registers:'[A-Za-z%#]' editor nvim
in a shell, then attempted to cut lines ("zdd
) to both pre-existing and then newly-created nvim instances.zstyle :zle:evil-registers:'[A-Za-z%#]' editor nvim
to my .zshrc afterzplug load
and attempted to use it as above.nvim
resolving to a lazy load function may have been breaking evil-registers.None of these allowed me to successfully sync to nvim, and I don't know where to go next for debugging.
OS X, NVIM v0.10.0
The text was updated successfully, but these errors were encountered: