Daryl Castro

Results 4 comments of Daryl Castro

This has worked for me: `client.server_capabilities.semanticTokensProvider = nil`. For me, like @ZediWards found, the theme breaks after the `lsp` finishes to load. ```lua local default_setup = function(server) require('lspconfig')[server].setup({ on_init =...

Hi @matthewlipski! Thanks for the information. Your point makes sense, I didn't consider the props to be rendered as attributes. I'd like to continue working on this. Also, I have...

Hi guys! @matthewlipski I've reviewed this issue and finally implemented a way to represent block attributes with complex data types in strings. @YousefED from your last [comment](https://github.com/TypeCellOS/BlockNote/pull/271#issuecomment-1641644082), I take the...

Hi @chrisvxd ! I definitely support using custom properties. A great example of a similar implementation is `shadcn` (reference: [CSS variables](https://ui.shadcn.com/docs/theming)). I use Tailwind CSS and would love it if...