Skip to content

remo7777/Astronvim-Termux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AstroNvim Template For Termux

NOTE: This is for AstroNvim v4+

A template for getting started with AstroNvim

🛠️ Installation

Install termux required packages

apt update && yes | apt upgrade && apt update && yes | apt install build-essential termux-api gdu gdb gdbserver gh fd fzf neovim lua-language-server npm install --save-dev jq-lsp luarocks stylua ripgrep lazygit yarn python python-pip ccls clang rust-analyzer git ruby  && pip install neovim && npm install -g neovim && gem install neovim;

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

Clone the repository

git clone https://github.com/remo7777/Astronvim-Termux.git ~/.config/nvim

Start Neovim

nvim

About

AstroNvim template (v4+)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%