add to /etc/hosts so you can ssh odin@athena:
192.168.1.2 athena
install from https://github.com/neovim/neovim/blob/master/INSTALL.md#linux
use update-alternatives to set as default editor:
sudo update-alternatives --install /usr/bin/editor editor /opt/nvim-linux-x86_64/bin/nvim 100and then select the editor:
select-editorinstall lazy.nvim: https://lazy.folke.io/installation
copy nvim folder to ~/.config/
add user to docker group to avoid having to run some docker commands with sudo:
sudo usermod -aG docker $USER