Neovim configuration
Find a file
2026-06-03 23:19:19 +01:00
lua feat: add neovim configuration 2026-06-03 22:47:03 +01:00
init.lua feat: add neovim configuration 2026-06-03 22:47:03 +01:00
install.sh fix: handle existing nvim config dir 2026-06-03 23:18:21 +01:00
lazy-lock.json feat: add neovim configuration 2026-06-03 22:47:03 +01:00
README.md docs: add nvim setup guide 2026-06-03 23:19:19 +01:00

Neovim config

This repo contains my Neovim configuration only. You still need Neovim installed on the machine.

Quick start

git clone https://git.sailorpunisher.com/sailor/nvim-config.git ~/nvim-config
sh ~/nvim-config/install.sh
nvim

If ~/.config/nvim already exists, install.sh will back it up and replace it. If it is already this repo, it will just update it with git pull --ff-only.

Install Neovim

Debian / Ubuntu

sudo apt update
sudo apt install -y git neovim

Arch Linux

sudo pacman -S --needed git neovim

Gentoo

sudo emerge --ask dev-vcs/git app-editors/neovim

Update later

Run this from the installed config directory:

sh ~/.config/nvim/install.sh

Notes

  • First run will download plugins through lazy.nvim.
  • The config lives in ~/.config/nvim.