-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error on formatting within /tmp #1334
Comments
At first glance, the problem looks like a combination of both With that said, this directory is triggering this error in It's possible that Ok, so that was a mouthful. Put simply, this is working as expected from I'm going to close this out because #1035 really is the issue to track for this feature. Now that I see the severity of the situation, we can try and get a fix out sooner rather than later! Thanks for the report! |
Thank you very much! |
I am using
nvim
withnull-ls
setup with buf for formatting. It was working great up until a month ago or so, and it stopped.I created this issue jose-elias-alvarez/null-ls.nvim#1002 but according to the author the issue is most likely on the
buf
side. Not saying it is, but I'm looking for an answer.Here's the proto file to format, it's very basic and nothing fancy:
Here's the output of the command when run within
nvim
:As you can see, the error says:
It works when I run
buf
directly on the file within it's source folder outside of/tmp
I have no idea why this file is being opened in the first place. I am suspecting a conflicting file name
/tmp/null-ls_UQJFGT.proto
causingbuf
to try and open something else?I'm running macOS version 12.4 and nvim version 0.7.2
The text was updated successfully, but these errors were encountered: