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
Clone the repo
git clone git@github.com:ninagrosse/minimal-nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/minimal-nvimStart Neovim with this config
NVIM_APPNAME=minimal-nvim nvim