- Add flash.nvim for fast screen navigation (s/S keymaps)
- Add vim-visual-multi for multiple cursor support
- Add buffer words as a blink.cmp completion source
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This could help beginners to get autocompletion, catch mistakes earlier,
and allow them to skip the docs for simple configs.
This is not perfect because a lot of the plugins type all of their keys
as required, even though they have defaults, but this is good enough.