An open API service indexing awesome lists of open source software.

https://github.com/veha0001/omvastron

AstroNvim template theme like lazyvim with ❤️. Good in Termux
https://github.com/veha0001/omvastron

astronvim nvim-dotfiles termux

Last synced: about 1 year ago
JSON representation

AstroNvim template theme like lazyvim with ❤️. Good in Termux

Awesome Lists containing this project

README

          

# omvAstron

My template for getting started with [AstroNvim](https://github.com/AstroNvim/AstroNvim).

## Make a backup of your current nvim and shared folder

```shell
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
```

## 🛠️ Installation

### Termux

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 fd ripgrep ruff rust stylua luarocks lua-language-server fzf clang termux-tools lazygit
```

[Get more details](https://docs.astronvim.com/)

> [!TIP]
> Install [NerdFonts](https://nerdfonts.com) for best theme icons.
>
> To get clipboards to device, install [Termux:API]() for Termux. But not required for **Termux googleplay**.

### Clone the repository

**UNIX/LINUX**

```bash
git clone https://github.com/Veha0001/omvAstron ~/.config/nvim
```

**WINDOWS**

```shell
git clone https://github.com/Veha0001/omvAstron $ENV:LOCALAPPDATA/nvim
```

### Then you start nvim.

You need a good network to clone a lot of plugins at the time.
Else you will get some errors.