nvimdev / epo.nvim

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

feat(copmletion): Try to add `Emmet LSP server` completion support #17

Open yebt opened 2 months ago

yebt commented 2 months ago

Hi. I will try to make a solution for #16. I apologize in advance for the inconvenience caused and if the code does not follow best practices.

With this patch i try to add the new behavior for the completion suggestions provided by emmet-lsp-server and the generated snippets for this server.

I tried to add the following behavior:

Before image

After image

Before image

After image

Before html:5 item generate: image

a item generate: image

ul>li*3 item generate: image

After

html:5 item generate: image

a item generate: image

ul>li*3 item generate: image

glepnir commented 2 months ago

quick look is good