My preferred Neovim configuration, for neovim 0.11!
-
Clone this repo into your Neovim config directory:
git clone https://github.com/ToonBettens/nvim-config ~/.config/nvim -
Open Neovim: Plugins should install automatically on the first launch.
-
Check health & debug dependencies: Open Neovim and run:
checkhealthThis will highlight any missing requirements or issues (eg rg, fd, ...).
- Switch to the built-in package manager (
vim.pack) after Neovim v0.12 is stable - Try out the built-in completion engine when released
- Replace
mini.startwithsnack.dashboard - Improve terminal integration
- Set up a proper git workflow
- Add pickers for switching colorschemes and projects
- Create a minimal/portable config branch (
cfg) for no-internet or reduced setup (no LSP, no AI, etc.)