A Powerful but Tastefully Minimal NeoVim Configuration
Find a file
2026-04-08 11:13:21 +07:00
.luacheckrc refactor: added minimal plugins, neovim 0.12 2026-02-20 21:11:47 +11:00
.luarc.json refactor: added minimal plugins, neovim 0.12 2026-02-20 21:11:47 +11:00
init.lua chore: update timeout length to 50 2026-04-08 11:13:21 +07:00
nvim-pack-lock.json chore: youtube tutorial 2026-02-22 19:04:02 +11:00
README.md chore: youtube tutorial 2026-02-22 19:04:02 +11:00

nvim-lite

A minimal neovim configuration.

Requires NeoVim 0.12 or later

Copy and enjoy it with:

mkdir -p ~/.config/nvim && curl -fsSL https://raw.githubusercontent.com/radleylewis/nvim-lite/master/init.lua -o ~/.config/nvim/init.lua

Dependencies

NeoVim 0.12 (available in the AUR)

paru -S neovim-git

Treesitter 0.26.5 (install using cargo)

cargo install --locked tree-sitter-cli

golang (for efm-langserver)

sudo pacman -S go

LuaSnip dependencies:

sudo pacman -S lua-jsregexp

Other general dependencies:

sudo pacman -S git ripgrep fzf fd