You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Yeah, I saw snippets.nvim, but unfortunately it is not "done" or well-documented, and seems abandoned - I hope I am wrong. So, without having looked at the source code yet, if someone wanted to port this in Lua using only integration with completion-nvim and built-in nvim lsp, would it be a huge effort?
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 ofvsnip
in Lua would be the optimal choice.Any thoughts?
The text was updated successfully, but these errors were encountered: