I was trying to install Neovim on my windows. It's difficult to make everything work well on windows. So I decide to use WSL.
Errors occurred when I finished installed it and pull the configurations through chezmoi
. So it's necessary to write it down in order to not waste time in the future when similar problem show again.
- There are several packages need to be installed first.
- nodejs (directly use
apt install nodejs
will causenpm
not found, should install it from nodesource) - luarocks
- unzip
- nodejs (directly use
- error msg can be displayed by
Noice Log
- Use
Mason Install <specific package>
to show the detailed error msg. - Mason-lspconfig requires nightly Neovim