What I use as my "IDE". This uses Pvim for managing the environement which is built ontop on Neovim, and Lazy as a package manager. This also includes a file tree which uses the included nerd font.
This uses Neovim 0.10+:
# add the repo
sudo add-apt-repository ppa:neovim-ppa/unstable
# update & install
sudo apt-get update
sudo apt-get install neovim
nvim -v # check if the version is updatedInclude the follow in .bashrc file.
PATH="$(pwd)/whatever/path/to/pvim:$PATH" # usually the path is /.config/pvimAfterwards, run
source .bashrc