Yefer Yucra Valdez

Results 2 comments of Yefer Yucra Valdez

I make snippets (`friendly_snippets` and `LSP snippets` tested) [work inside mini.completion](https://github.com/YeferYV/RetroNvim/blob/v0.1.1/nvim/init.lua#L670C1-L704C5) using [none-ls which supports luasnip as a lsp source](https://github.com/YeferYV/RetroNvim/blob/v0.1.1/nvim/init.lua#L916C1-L937C4), it requires neovim 11, (`emmet-language-server` snippets is working but `.classname`...

I forgot to mention [using vim.snippets instead of luasnip makes a clean `emmet-language-server` snippet expansion](https://github.com/YeferYV/RetroNvim/blob/50b6715793cdceb77ba7a665a671a52fd5e8c566/nvim/init.lua#L372C1-L440C3) (eg. `div>h1>p` then pressing `` to see the option to expand the snippet) but doesn't...