vim-mucomplete icon indicating copy to clipboard operation
vim-mucomplete copied to clipboard

Neovim LSP snippet completion support

Open smlx opened this issue 5 months ago • 1 comments

Some LSPs in Neovim now provide snippet completion options. Here is what I see when I hit <Tab> on a slice in e.g. Go, using the gopls language server:

Image

Selecting that completion option inserts the text directly. For example:

Image

How can I expand the snippet from the LSP instead of just inserting the name of the snippet?

smlx avatar May 29 '25 02:05 smlx