Neovim 0.12 just dropped, with a bunch of features. We should consider what makes sense to add to kickstart.
Note: Replacing lazy.nvim with vim.pack is a bigger discussion than what is meant for this issue. This issue is meant for relatively small/uncontroversial changes. Also, there is already an issue open: #1630
Here are some initial things:
- The default mappings of
mini.ai clash with the new v_an and v_in mappings. This is probably just a bug with mini.ai (This is a known issue).
- The
'autocomplete' option may be a good option to enable by default. I am not sure how it would interact with blink.cmp though.
- Enabling
ui2 might be a good thing to have commented out somewhere in the config. Or, maybe not 🤷♂️ something to think about.
Neovim 0.12 just dropped, with a bunch of features. We should consider what makes sense to add to kickstart.
Note: Replacing
lazy.nvimwithvim.packis a bigger discussion than what is meant for this issue. This issue is meant for relatively small/uncontroversial changes. Also, there is already an issue open: #1630Here are some initial things:
mini.aiclash with the newv_anandv_inmappings.This is probably just a bug with(This is a known issue).mini.ai'autocomplete'option may be a good option to enable by default. I am not sure how it would interact with blink.cmp though.ui2might be a good thing to have commented out somewhere in the config. Or, maybe not 🤷♂️ something to think about.