$ sudo add-apt-repository ppa:neovim-ppa/unstable
$ sudo apt-get update
$ sudo apt-get install neovim
Backup your files if you have
git clone https://github.com/NvChad/NvChad ~/.config/nvim --depth 1
alias vim=nvm
# also add to term config every startup
echo 'alias vim=nvim' >> ~/.zshrc
vim
# while inside vim, run
:TSInstall javascript yml python
:TSInstallInfo
space f f
space f b
# toggle
ctrl n
space h(orizontal)
space v(ertical)