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

https://github.com/sofijacom/kla-nvim

KLA-Nvim
https://github.com/sofijacom/kla-nvim

Last synced: about 1 year ago
JSON representation

KLA-Nvim

Awesome Lists containing this project

README

          

# Neovim Setup for Arch

This repository contains a setup script to configure Neovim on Arch. The setup includes installing Neovim, setting up a basic configuration, and installing plugins using Lazy and Mason.
## Screenshots
### Dashboards
![Dashboard](img/dashboard.png)

## Installation

1. **Clone the repository:**

```bash
git clone https://github.com/sofijacom/KLA-Nvim.git ~/.config/nvim
```
2. **Install:**
```bash
cd ~/.config/nvim
chmod +x install.sh
./install.sh
```

## Completion
Wait until the required components are installed

## Usage
After running the install.sh script, you can start Neovim by typing nvim in your terminal.The plugins should be installed and ready to use.