echasnovski / mini.nvim

Library of 40+ independent Lua modules improving overall Neovim (version 0.8 and higher) experience with minimal effort
MIT License
4.47k stars 175 forks source link

snippet support for mini.completion #886

Open alekspickle opened 1 month ago

alekspickle commented 1 month ago

Contributing guidelines

Module(s)

completion

Description

I already created the issue #882 about having $0 after completion. I also then created an issue on LSP side where they explained that this is what is coming to Neovim 0.10 natively.

But mini.completion isn't supporting snippets, correct? if so, would you be open to support it or accept PR? currently I have no idea about volume of work to be done for it, but sound interesting and might help me get familiar with all this Lua madness.

echasnovski commented 1 month ago

Thanks for the suggestion!

Yes, this is planned after the release of 'mini.snippets'. As 0.10 is released, this will now be possible to start working on. Yet, no concrete plans.

I appreciated the suggestion, but 'mini.completion' is one of the messiest module in 'mini.nvim' and I'll tackle it myself.

Let's have this issue open so as an extra measure to not forget about it.