jackieaskins / cmp-emmet

10 stars 2 forks source link

Other sources ( lsp and luasnip ) gets ignored when using this plugin . #1

Open anoopd opened 3 months ago

anoopd commented 3 months ago

I tried this plugin as emmet was not working with my JSX ( was working well with html and css ) , from then onwards i was not getting suggestions from lsp as well as luasnip , but emmet suggestions were working well .

jackieaskins commented 3 months ago

Thanks for using the plugin! I wasn't able to reproduce with LuaSnip alone, which LSP are you using for JSX?

If possible, could you provide a minimal repro? You can use the lazy.minit functionality to create one.

anoopd commented 3 months ago

Ty for the quick response . I am using tsserver as LSP for typescript and will provide with minimal repo ASAP .