Neuvim is a minimal Neovim configuration. It focuses on a small setup without much bloat and includes only the things I use every day, so it stays easy to change and maintain.
This repository mirrors the Neovim setup I maintain in my personal dotfiles.
For the motivation behind it, see motivation.md.
The goal is to be simple, useful, and portable.
- LSP
- Tree-sitter
- Formatting and linting
- Completion
- Fuzzy finding
- File navigation
Neuvim requires Neovim 0.12 or later.
Set NVIM_APPNAME to neuvim before starting Neovim:
NVIM_APPNAME=neuvim nvim