Leonhard Kipp
Leonhard Kipp
I think `...rest` was never meant to forward flags. Maybe we should provide a variable to custom commands containing all flags?
@sparebytes Thanks for your detailed comment. I am not contributing to nushell anymore and I haven't looked into the code since then or followed updates on the project. Judging by...
Hi @muneebusmani, can you please provide additional information with which the error can be reproduced? E.G. A *minimal* config together with the nu file you are opening.
Hi @AndrewWinterman, thanks for bringing this up. A PR to update the repo is welcome.
Hi jeeeem, thanks for opening this issue. The error comes from this piece of code: ``` -- nvim-nu/lua/nu/lsp.lua local proc = Job:new({ command = "sh", args = { "-c", cmd...
`sh` is no longer expected to be on the PATH. Instead `nu` is now required to be executable.