https://github.com/sofijacom/kla-neovim
https://github.com/sofijacom/kla-neovim
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sofijacom/kla-neovim
- Owner: sofijacom
- Created: 2024-12-31T15:19:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-01T16:35:42.000Z (over 1 year ago)
- Last Synced: 2025-09-20T20:41:45.452Z (9 months ago)
- Language: Lua
- Size: 221 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## Installation
1. **Clone the repository:**
```bash
git clone https://github.com/sofijacom/KLA-Neovim.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.