Open
Description
I know that this is probably not going to go down well, but I guess it is a legitimate inquiry. So here we go:
Neovim has a built-in LSP implementation that is getting quite stable now. VS-code (json) style snippets are the default choice for LSP integration. Which brings the natural question: vsnip
can become the de-facto snippet implementation for neovim, especially given its great interoperability with completion-nvim. To do this in the most efficient (in terms of speed) way, an implementation of vsnip
in Lua would be the optimal choice.
Any thoughts?