Will Davidow
Will Davidow
> Hi as a quick fix ill add the dry-run option to all generators. adding the side panel is doable with telescope but i am a bit unsure how i...
worked like a charm - thanks for the quick addition! 
I think it could be useful to include the sidebar, but if you don't have time (or desire) to look into that the change you've made here is great and...
Ok, no worries - like I said the option you added is great! I don't have a ton of time either, but if you end up not having enough time...
@luckasRanarison I'm totally new to implementing Lua/Neovim plugins. In the linked discussion you had mentioned there's the `TailwindExpandUtilities` function, I'm trying to call using `rplugin.expand_utilities`, but I'm seeing the following...
FWIW, this is what's in my tailwind lsp config and it works for `cva`: `lsp-settings/tailwindcss.lua` ```lua return { settings = { tailwindCSS = { lint = { cssConflict = "warning",...
I'm on the same version of the `tailwindcss` LSP - it's almost like those settings aren't being applied for your setup. I'd maybe check your full settings and how/if the...