Quantcast
Channel: Active questions tagged ubuntu - Stack Overflow
Viewing all articles
Browse latest Browse all 6136

How to fix the version issue between Neovim and LazyVim on Ubuntu 20 or 22 version

$
0
0

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?


Viewing all articles
Browse latest Browse all 6136

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>