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

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

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