Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/veha0001/dotlazyvim
My LazyVim setup for Termux 📱✨ Simple and functional, not perfect but it works 🚀.
https://github.com/veha0001/dotlazyvim
lazyvim lazyvim-setup lua neovim-dotfiles termux
Last synced: 4 days ago
JSON representation
My LazyVim setup for Termux 📱✨ Simple and functional, not perfect but it works 🚀.
- Host: GitHub
- URL: https://github.com/veha0001/dotlazyvim
- Owner: Veha0001
- License: apache-2.0
- Created: 2024-11-16T14:11:28.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-24T06:09:33.000Z (5 days ago)
- Last Synced: 2024-12-24T07:24:17.364Z (5 days ago)
- Topics: lazyvim, lazyvim-setup, lua, neovim-dotfiles, termux
- Language: Lua
- Homepage:
- Size: 115 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💤 LazyVim
A starter template for [LazyVim](https://github.com/LazyVim/LazyVim).
Refer to the [documentation](https://lazyvim.github.io/installation) to get started.
<<<<<<< HEAD---
# Features
- Pre-configured LazyVim setup for Termux.
- Includes popular plugins and tools.
- Lightweight and easy to install.## Termux
### Install Required Packages
Run the following command to install the necessary packages in Termux:
```bash
apt update && apt upgrade
apt install termux-api python neovim git nodejs-lts ripgrep ruff luarocks lua-language-server 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**.### Install LazyVim
Back up your existing Neovim configuration and clone this repository to your Neovim config directory:
```bash
mv ~/.config/nvim ~/.config/nvim.bak
git clone https://github.com/Veha0001/LazyVimStar ~/.config/nvim
```---
# Update Problem
- [The problem with Mason / Lsp](https://www.reddit.com/r/neovim/comments/1b4v9mq/the_problem_with_mason_lsp/?tl=it)
```bash
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.
=======
>>>>>>> template/main