nvimdev / epo.nvim

A blazing fast and minimal neovim autocompletion
MIT License
131 stars 4 forks source link

feat(init): try support Emmet LSP snippets and abbreviation in completion #15

Closed yebt closed 2 months ago

yebt commented 2 months ago

Emmet LSP Support

Change the inserted word with the original label from completion item and try replace the word with the result of the snippet expansion.

Posible problems

When use the snippet from the emmet-lsp, the snippet inserted in selection is not the label, is selected the result of the abbreviation: image

When try insert this text, the snippet is expanded partially:

image

And the snippet generated from the compose abbreviations:

image image