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.bakPress 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/nvimgit clone https://github.com/RyannKim327/astrovim-template-configurations ~/.config/nvimcd ~/.config/nvim
git pullnvim- Download and install Termux from FDroid
- Grant Permission executing
termux-setup-storageor 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
nviminto 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-template-configurations - Next is to go in your nvim directory
C:\Users\PC\AppData\Localand look fornvimfolder - If the folder is not exists, kindly create a file
nvimthenvim-datais not we are looking for, its different. - Open the folder
nvimand paste the copied files inside. - Test if it works by executing
nviminto your terminal.
- AstroVIM Community
- Salvador [itsmenewbie03]

