You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the neogit 'commit' command to try to commit the change
Expected behavior
No response
Actual behavior
The following error is shown:
git --no-pager -c color.ui=always --no-optional-locks commit
hint: Waiting for your editor to close the file... error: '/Applications/VimR.app/Contents/Resources/NvimView_NvimView.bundle/Contents/Resources/NvimServer' --headless --clean --noplugin -n -R -c 'set runtimepath^=/<user dir redacted>/.local/share/nvim/plugged/neogit' -c 'lua require("neogit.client").client()' died of signal 11
Process exited with code: 1
I'm getting a similar or the same problem on Neovim on trying to commit
> git --no-pager -c color.ui=always --no-optional-locks commit
hint: Waiting for your editor to close the file... Error detected while processing command line:
E5108: Error executing lua ...thew/.local/share/nvim/lazy/neogit/lua/neogit/client.lua:43: NVIM server address not set
stack traceback:
[C]: infunction'error'
...thew/.local/share/nvim/lazy/neogit/lua/neogit/client.lua:43: infunction'client'
Command "git --no-pager -c color.ui=always --no-optional-locks commit" running for more than: 2.1 seconds
Description
I am unable to commit anything when using VimR.
Neovim version
VimR v0.44.0-20230103.174333
neovim 0.8.2
Operating system and version
macos 12.3
Steps to reproduce
Expected behavior
No response
Actual behavior
The following error is shown:
Minimal config
The text was updated successfully, but these errors were encountered: