Skip to content
/ dotAstroNvim Public template
generated from AstroNvim/template

My nvim config of AstroNvim, using on Termux 📱

Notifications You must be signed in to change notification settings

Veha0001/dotAstroNvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AstroNvim Template

A template for getting started with AstroNvim

🛠️ Installation

Make a backup of your current nvim and shared folder

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

Termux

Install Required Packages

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 stylua luarocks lua-language-server yarn fzf clang termux-tools lazygit

Termux clipboards

For get clipboards from vim to the device.

Install packages: apt install termux-api. Then install Termux:API app from Github or F-Dorid.

Note

No need to install Termux:API for Termux Play Store.

Create a new user repository from this template

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.

Clone the repository

git clone https://github.com/Veha0001/dotAstroNvim ~/.config/nvim

Start Neovim

nvim

Releases

No releases published

Packages

No packages published