Sol Yates
Results
2
comments of
Sol Yates
> Same here, as a temporary workaround it seems like pinning to 1.0.0 helps: in your lazy config: > > return { > "NeogitOrg/neogit", > version = '1.0.0', > --...
Try this - it worked for me: ``` NVIM_LISTEN_ADDRESS=/tmp/nvim-server nvim ``` Alternatively, use the default Neovim socket location instead of relying on the appname alias feature.