vim-mucomplete
                                
                                
                                
                                    vim-mucomplete copied to clipboard
                            
                            
                            
                        Neovim LSP snippet completion support
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:
Selecting that completion option inserts the text directly. For example:
How can I expand the snippet from the LSP instead of just inserting the name of the snippet?