nyoom.nvim
nyoom.nvim copied to clipboard
Nyoom sync returns 1 after intalling modules trough Mason
Reading the nyoom script, it seems that the script abruptly finishes, since it does not print the installation time.
...
Downloading file "https://github.com/vadimcn/vscode-lldb/releases/download/v1.8.1/codelldb-x86_64-linux.vsix"...
rustfmt_linux-x86_64_v1.5.1/README.md
rustfmt_linux-x86_64_v1.5.1/git-rustfmt
rustfmt_linux-x86_64_v1.5.1/Configurations.md
rustfmt_linux-x86_64_v1.5.1/rustfmt-format-diff
Downloading file "https://github.com/microsoft/vscode-java-test/releases/download/0.37.1/vscjava.vscode-java-test-0.37.1.vsix"...
Downloading file "https://github.com/microsoft/vscode-java-debug/releases/download/0.47.0/vscjava.vscode-java-debug-0.47.0.vsix"...
Collecting debugpy
Using cached debugpy-1.6.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB)
Installing collected packages: debugpy
Successfully installed debugpy-1.6.5⏎ // Here it returns 1
Seems to be a problem with Mason, but without a verbose option I can't figure it out
Seems like mason tells the script to exit once its done syncing a little to early. Luckily its the last thing we do, so this shouldn't cause any problems, but I'll look into it
Cool, indeed the framework runs without complaining so it seems not to mess with the sync at all. Idk if there are missing packages though