Ricardo Antonio

Results 14 comments of Ricardo Antonio

Looks like this repository is no longer in maintenance?

Same error here

Sorry, I think I’ll just change my entire setup. There are so many changes in Neovim and its plugins that it's making my life harder to keep everything updated with...

Is the plugin able to automatically detect the project's stylesheets? It works with HTML files, but not with Astro components.

Yeah, it works with the `link` tag but only in the same file. The issue might be related to how Astro scopes CSS imports. Since Astro bundles styles at build...

> but if you have smth like react and global styles that will be included in final build only, then you have to use `style_seheet = {}` globaly or localy,...

Yes, but only partially. Linking the styles in the `style_sheet` table solves the issue for components in the root directory (like `src/pages/page1.astro`), but not for nested folders (like `src/pages/blog/post1.astro`). The...

So, no solution until v2?

I'm using neovim 10.2 El sáb, 9 de nov. de 2024 10:01 a. m., Радоје Јездић < ***@***.***> escribió: > @ricardoantonio do you have the same > error message? what...

I tried with this two configs ```lua return { { 'hrsh7th/nvim-cmp', event = 'InsertEnter', dependencies = { -- Snippet Engine & its associated nvim-cmp source { 'L3MON4D3/LuaSnip', build = (function()...