I cannot install the LazyVim for Nvim that is under version 0.8.
# required`mv ~/.config/nvim{,.bak}`# optional but recommended`mv ~/.local/share/nvim{,.bak}mv ~/.local/state/nvim{,.bak}mv ~/.cache/nvim{,.bak}`# clone the starter`git clone https://github.com/LazyVim/starter ~/.config/nvim`# remove the .git folder, so you can add it to your own repo later`rm -rf ~/.config/nvim/.git`
The above does not work. It just installs version 0.6 of Neovim and that does not accept loading LazyVim for that version.
How do I install a version greater than or equal to 0.8?