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.bakRun 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 -y
apt install stylua luarocks lua-language-server fzf clang termux-tools -y
apt install lazygit gdu wget tectonic python-pynvim -yTip
Install NerdFonts for best theme icons.
To get clipboards to device, install Termux:API. But not required for Termux googleplay.
- Unix
git clone https://github.com/Veha0001/dotAstroNvim ~/.config/nvim- Windows (PowerShell)
git clone https://github.com/Veha0001/dotAstroNvim $ENV:LOCALAPPDATA/nvimYou will need a good network to clone a lot of plugins at the time.
Else you would get some errors.