nvimdev / epo.nvim

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

Problems with the completion from emmet_language_server #16

Open yebt opened 1 month ago

yebt commented 1 month ago

Hi. I try use the autocompletion with the LSP for HTML and CSS emmet

I found some problems:

Emmet Abbreviations not expands

When try complete the Emmet Abbreviation this inserts a not expanded item: image

Emmet Abbreviations Completion

When i try complete an item with : in the item.word, an strange behavior is generated Original item: image

When use emmet system

image

The completion generated is: image

yebt commented 1 month ago

I'm trying to make a patch for this behavior, but I couldn't do it.