minimal-nvim

February 24, 2025 ยท View on GitHub

A minimal Neovim config

This config only sets some sane defaults and keymaps. It is designed to work offline, so it does not include a plugin manager. The only manually included plugin is fzf-lua.

My default Neovim config can be found at ninagrosse/lazyvim-config

Installation

Clone the repo

git clone git@github.com:ninagrosse/minimal-nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/minimal-nvim

Start Neovim with this config

NVIM_APPNAME=minimal-nvim nvim