My template for getting started with AstroNvim.
mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak
mv ~/.local/state/nvim ~/.local/state/nvim.bak
mv ~/.cache/nvim ~/.cache/nvim.bak
Run the following command to install the necessary packages in Termux:
apt update && apt upgrade
apt install termux-api python neovim git nodejs-lts fd ripgrep ruff rust stylua luarocks lua-language-server fzf clang termux-tools lazygit
Tip
Install NerdFonts for best theme icons.
To get clipboards to device, install Termux:API for Termux. But not required for Termux googleplay.
UNIX/LINUX
git clone https://github.com/Veha0001/omvAstron ~/.config/nvim
WINDOWS
git clone https://github.com/Veha0001/omvAstron $ENV:LOCALAPPDATA/nvim
You need a good network to clone a lot of plugins at the time. Else you will get some errors.