plenary.nvim + telescope.nvim — fuzzy finding for files, text, and
more. The modern config later replaces this with snacks.nvim’s picker, but
telescope is the canonical starting point.
lualine.nvim — a status line that shows mode, branch, diagnostics, and
position without any configuration.
vim-fugitive — :G blame and friends; git as a first-class citizen.
nvim-lspconfig / nvim-cmp — the doorway to the next chapter:
language servers.
Every plugin here appears again, configured for daily use, in the
complete setup — and the finished configuration is
one clone away in the
course companion repo.