https://github.com/pawel-parma/nvim-config
My nvim config
https://github.com/pawel-parma/nvim-config
lua nvim nvim-config nvimrc
Last synced: over 1 year ago
JSON representation
My nvim config
- Host: GitHub
- URL: https://github.com/pawel-parma/nvim-config
- Owner: Pawel-Parma
- License: agpl-3.0
- Created: 2024-11-06T08:58:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-07T19:45:36.000Z (over 1 year ago)
- Last Synced: 2025-03-07T20:32:01.417Z (over 1 year ago)
- Topics: lua, nvim, nvim-config, nvimrc
- Language: Lua
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nvim Config
My personal Nvim config
> [!important]
> Assumes Nvim v0.10.2
## Table of Contents
- [Installation](#installation)
- [Requirements](#1-install-requirements)
- [Backup Old Config](#2-backup-old-nvim-config)
- [Install Config](#3-install)
- [Activate Config](#4-activate)
- [Download Linters](#5-download-linters)
- [List of Conveniences](#list-of-conveniences)
- Plugins
- Key Bindings
# Installation
## 1. Install requirements:
- [ripgrep](https://github.com/BurntSushi/ripgrep#Installation)
```sh
sudo pacman -Sy ripgrep
```
- [python](https://www.python.org/downloads/source/)
```sh
sudo pacman -Sy python
```
## 2. Backup old nvim config:
```sh
mv ~/.config/nvim ~/.config/nvim.bak
```
## 3. Install:
```sh
git clone https://github.com/Pawel-Parma/nvim-config ~/.config/nvim
```
## 4. Activate
The packages and linters will be automatically downloaded the next time you open Nvim
```sh
nvim
```
# List of conveniences
Plugins
- TODO
Key bindings
- TODO