Andreas Palm

Results 32 comments of Andreas Palm

> Some work would be required to think about if/how class names get scoped to their components, but the parser part, at least, looks like it's not hard to achieve....

> what's the solution for this now? I used a plain CSS file and added conditional logic to add specific class names. ```html ```

@Conni2461 do you have any additional input on this? Would love to see this issue resolved.

Ye this can be solved with ``` GOFLAGS="-tags=integration_test" gocover-cobertura < cover.out > coverage.xml ```

> > auto-downloading of formatters depending on which ones the user has registered > > I'm using [WhoIsSethDaniel/mason-tool-installer.nvim](https://github.com/WhoIsSethDaniel/mason-tool-installer.nvim) to do that. Have you manually specified the formatters to download, or...

I have created a [mason-conform.nvim](https://github.com/zapling/mason-conform.nvim) plugin that detects the formatters registered with conform and automatically downloads them via mason. I added a conform to mason mapping for all the formatters...

> > I have created a [mason-conform.nvim](https://github.com/zapling/mason-conform.nvim) plugin that detects the formatters registered with conform and automatically downloads them via mason. I added a conform to mason mapping for all...

Duplicate of https://github.com/williamboman/mason.nvim/issues/731. I have written a plugin for this while we are waiting for an official solution https://github.com/zapling/mason-lock.nvim

If you want to explicitly define which mason packages you want to install, I think you are better of using https://github.com/WhoIsSethDaniel/mason-tool-installer.nvim which lets you do that, regardless if it's a...

I fail to see how this plugin brings any value in this use case? The mason-tool-installer should be able to install any tools (conform included) as long as they are...