|
Hey, @jfly and anyone else interested. I was using |
Answered by
jfly
Aug 9, 2026
Replies: 1 comment 1 reply
|
This is not how it's supposed to work. I think it's a bug here: . We're returningfalse and never calling the _done callback. Makes sense that that would cause a timeout.
|
1 reply
Answer selected by
mightyiam
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not how it's supposed to work. I think it's a bug here:
none-ls.nvim/lua/null-ls/builtins/formatting/nix_flake_fmt.lua
Line 314 in 01f8e62
falseand never calling the_donecallback. Makes sense that that would cause a timeout.