Minimal Neovim config focused on migrating jamylak/nvimconf, supporting Neovim 0.12.0+, and staying faster and simpler by using builtin vim.pack for plugin management.
Main bindings: :FFFFind, <C-Return> for files, <M-u> for grep.
Requirements:
git
neovim 0.12.0+On first start, Neovim installs managed plugins through vim.pack.
The fff.nvim native binary auto-installs on first use. If you want to do it manually instead, run :FFFInstall.
Alternative Launch:
- Recommended: put this repo at
~/.config/nvimconf-minimalor symlink it there, then launch withNVIM_APPNAMEonly.
ln -s ~/proj/nvimconf-minimal ~/.config/nvimconf-minimal- Run it
NVIM_APPNAME=nvimconf-minimal nvim ~/proj/some-project -c "FFFFind"