How to use tsserver plugins

Is it possible to use tsserver plugin?

I tried the installation in the project but it does not work.

I’m using typescript.nvim to deal with tsserver and I can confirm that to use tsserver plugin, just install it and add it to your tsconfig.json, e.g. for llit-html plugin, just follow these instructions and it should works.

Without lit-html plugin, no documentation when calling vim.lsp.buf.hover()

With lit-html plugin


Without lit-html plugin, no LSP completion for html tags

With lit-html plugin