Twind intellisense + typescript + deno

Hey, I’m noob nvim user haha. I migrate from coc.nvim to nvim lsp + mason and I wan’t to use this extension vscode-twind-intellisense that depends on tsserver (vscode-twind-intellisense/extension.ts at main · tw-in-js/vscode-twind-intellisense · GitHub). Is there any way to use this extension with nvim lsp + deno and GitHub - typescript-language-server/typescript-language-server: TypeScript & JavaScript Language Server (or another typescript language server)?

Hi @brasileiro
You can’t really use VS Code extensions like you could in CoC.
But you can setup the Tailwind language server.
There is also a really nice plugin for nvim-cmp that gives you the Tailwind colors in your completion suggestions…

Oh, got it. But i wanna use the twind extension, not the tailwind.
Thank you for the tailwind extension suggestion