-
-
Notifications
You must be signed in to change notification settings - Fork 222
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
NvimServer segfaults when used with --headless --cmd
#1001
Comments
VIMR encapsulates the NVIM command-line interface and directly couples the GUI's startup parameters. I tried modifying the vimr to expose the original interface and capabilities of the NVIM, which worked under my simple tests, but I wasn't too sure that there would be other unanticipated effects. The corresponding commit is in my own branch: https://github.com/SolaWing/vimr/tree/nvim-binary and https://github.com/SolaWing/neovim/tree/nvim-binary. if it's ok I can push a pr. By the way, NVIM 0.9 mentioned that ui_bridge will be removed, see #996, maybe migrating to RPC and using the original unchanged core NVIM is a better approach. What do you think @qvacua |
Same here with neogit, it would be awesome to understand what's going on here - looking at the above PR by @SolaWing this looks pretty reasonable. I'd +1 to migrating to RPC though |
Can confirm the above changes work (after some code signing headaches, but that's nothing to do with the changes) |
@SolaWing could you file a PR for this? |
Hi,
I maintain the
fzf-lua
neovim plugin, the plugin relies heavily on processing commands with a headless neovim instance, this seems to segfault the neovim build that comes withVimR
, for example:Vs a normal build:
This was discovered as part of ibhagwan/fzf-lua#651
Edit: This seems to be related to #984 and #993,
neogit
also uses--headless
and has the same issue NeogitOrg/neogit#438The text was updated successfully, but these errors were encountered: