Skip to content
/ dotLazyVim Public template
generated from LazyVim/starter

My LazyVim setup for Termux πŸ“±βœ¨ Simple and functional, not perfect but it works πŸš€.

License

Notifications You must be signed in to change notification settings

Veha0001/dotLazyVim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

77 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’€ LazyVim

A starter template for LazyVim. Refer to the documentation to get started.

Features

  • Pre-configured LazyVim setup for Termux.
  • Includes popular plugins and tools.
  • Lightweight and easy to install.

Termux

asciicast

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
apt install termux-tools lazygit ripgrep
apt install ruff luarocks lua-language-server clang

Termux clipboards

For get clipboards from vim to the device. You need to install Termux:API app from Github or F-Dorid.

Note

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

Install LazyVim

Back up your existing Neovim configuration, and clone this repository to your Neovim config directory:

mv ~/.config/nvim ~/.config/nvim.bak
git clone https://github.com/Veha0001/DotLazyVim ~/.config/nvim

Update Problem

termux-fix-shebang ~/.local/share/nvim/mason/bin/your_lsp

Note

Ensure Termux is updated by running apt update and apt upgrade before installing packages.

If you encounter any issues during setup, verify that your installed packages match the requirements of LazyVim.

For additional customization and plugin configurations, refer to the files in ~/.config/nvim.

About

My LazyVim setup for Termux πŸ“±βœ¨ Simple and functional, not perfect but it works πŸš€.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 13