NOTE: This is for AstroNvim v4+
A 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
Press the "Use this template" button above to create a new repository to store your user configuration.
You can also just clone this repository directly if you do not want to track your user configuration in GitHub.
git clone https://github.com/<your_user>/<your_repository> ~/.config/nvim
git clone https://github.com/RyannKim327/astrovim-v4-template ~/.config/nvim
cd ~/.config/nvim
git pull
nvim
- Download and install Termux from FDroid
- Grant Permission executing
termux-setup-storage
or to manually granting it through your android settings - Install neovim using
pkg install neovim
- If you already have the configurations aside of AstroVIM, you may create backup using This method
- Then clone this repository
- Then you may now execute
nvim
into your termux, and wait until the downloading process finished. Expect that there are some errors in downloads, but it still works.
- Install Neovim from the source
- Clone this repository using git, and copy all the files inside of the folder
astrovim-v4-template
- Next is to go in your nvim directory
C:\Users\PC\AppData\Local
and look fornvim
folder - If the folder is not exists, kindly create a file
nvim
thenvim-data
is not we are looking for, its different. - Open the folder
nvim
and paste the copied files inside. - Test if it works by executing
nvim
into your terminal.
- AstroVIM
- Salvador [itsmenewbie03]