-
-
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
running shell: exit status 134 #6
Comments
Thank you, I'm glad the plugin is helpful for you. The issue might be related to the problem in the core, when hooking up to Is the message about the exit code displayed every single time? You might try branch branch = 'fix/prevent-exitcode-134', I will also link here the related issue you've raised on your file manager's repository: |
Thank you for the information. Yes, I believe you've switched it properly. You can also run This will probably be fixed at some point in the neovim's core, but let's find a good workaround for now and put it as an configuration option. I will prepare another branch for you to test with a slightly different solution. I will let you know when the branch with an alternative solution is ready. |
This plugin is great, I use it to sync Neovim register and system clipboard even over SSH, and it works perfectly.
but I have a little problem with it
I use LF file manager in a terminal. every time I finish editing a text file with Neovim, it says "running shell: exit status 134"
I'm pretty sure this is caused by deferred-clipboard.nvim
How to hide this annoying message?
The text was updated successfully, but these errors were encountered: