Following instructions here:
https://nvchad.com/docs/quickstart/install/
They are pretty simple. I ran
<code>sudo git clone https://github.com/NvChad/starter ~/.config/nvim && sudo nvim-linux64/bin/nvim
</code>
<code>sudo git clone https://github.com/NvChad/starter ~/.config/nvim && sudo nvim-linux64/bin/nvim
</code>
sudo git clone https://github.com/NvChad/starter ~/.config/nvim && sudo nvim-linux64/bin/nvim
which succeeded.
Then I run :MasonInstallAll
in nvim, but I am getting:
<code>E492: Not an editor command: MasonInstallAll
</code>
<code>E492: Not an editor command: MasonInstallAll
</code>
E492: Not an editor command: MasonInstallAll
Instructions say
Run :MasonInstallAll command after lazy.nvim finishes downloading plugins.
Maybe it didn’t finish dowloading? How do I know? Or is the problem elsewhere?