Alberto Navarro

Results 5 comments of Alberto Navarro

I think this pr can be merged as is `stream = "sterr" ` so that it is compatible with the stable version of stylelint. Personally, to have backward compatibility I...

edit: As per doc `volar` in this case only handles `html` and `css`, so it is normal that the `js/ts` part works. On `nuxt` everything works ok because typescript is...

Sorry, you're right, I just wanted to point out the differences between the old `require("lspconfig")` and the new `vim.lsp.enable`. I personally have already solved the problem but my solution is...

In theory it is not a bug. Assuming you are using `ts_ls` or `vtsls` you need to make sure that if you do not have typescript installed locally you need...

I have a similar case, but I noticed that the duplication occurs only when using the new syntax `preset = "luasnip"`: ``` return { "saghen/blink.cmp", lazy = false, dependencies =...