The neovim ide base on linux vim text editor. neovim ide work inside your terminal. You do not need to install a big IDE in raspberry pi 4. The Biggest IDE Eat more ram and resources. So that reason your raspberry pi is very slow. The slowness of raspberry pi gives motivation and strength to shift vscode Editor to neovim.
You can install neovim in two ways
You install neovim is very easy with the snap store. You do not need to use other configurations. all the configurations handle snap cli.
sudo snap install nvim --classic
You can install neovim with in-build apt-get command-line utility in Linux distro. Simple, you run the following command, and your neovim start to download in Linux.
sudo apt-get install neovim
You can run neovim with terminal very easily.
nvim
Open the file with neovim.
nvim snapPackage.txt
Based on the installation, you can easily remove neovim IDE.
If you use snap, you run the following command to remove neovim in raspberry pi and ubuntu.
sudo snap remove nvim
If you use Apt or Apt-get, you can run the following command to remove neovim in raspberry pi and ubuntu.
sudo apt-get purge neovim
https://github.com/neovim/neovim
I hope my article helps you a lot. If you have any queries and ask me in the comment section.