-
Notifications
You must be signed in to change notification settings - Fork 169
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
Bug: fails to load #1226
Comments
|
not sure what is unique about the times it has happened, it works until it seems to happen randomly and then I think the only way i have figured out how to fix it is to restart my computer.
I am not |
It seems to me this might be an upstream issue and neovim unable to start new RPC services. Next time this fails can you run: := pcall(vim.fn.serverstart, "test") If everything works succesfully you should be seeing something like this in
But I suspect you'll be seeing this:
|
Actually, I think I have determined a unique thing, and might indicate this is not your problem. It seems to trigger when I am inside a nix shell that is triggered via direnv's I ran your test here |
The named pipe should be created in the runtime dir, check if you have access to the output of the below folder inside the nix shell: := vim.fn.stdpath("run") Also check in the shell: echo $XDG_RUNTIME_DIR |
it appears to be |
I have access to that directory, but there is nothing in it |
Ty for the update @mhanberg, though I’m not sure what I can do to help with this, as long as This is either an issue with neovim or direnv/nix, there is not much I can do to fix this from my end as it should be handled either in your environment or upstream of it’s a bug in neovim. |
Thanks, I appreciate the time! I'll update if I figure something out on my end. |
Ty @mhanberg, please do update when you find the solution in case somebody else encounters this. |
I just ran into this error, and the line |
RTFM Checklist
man fzf
/ I am well versed in shell fzfOperating system
macOS 14.5
Shell
zsh
Neovim version (
nvim --version
)NVIM v0.10.0 Build type: Release LuaJIT 2.1.1693350652 Run "nvim -V1 -v" for more info
Fzf version (
fzf --version
)0.52.1 (brew)
Output of
:lua print(os.getenv('FZF_DEFAULT_OPTS'))
nil
Is the problem reproducible with
mini.sh
?mini.sh
mini.sh
mini.sh
(not relevant, requires LSP, Windows, etc)Fzf-lua configuration
Describe the bug / steps to reproduce
I just start up nvim in some projects and get the following
The text was updated successfully, but these errors were encountered: