Skip to content
Discussion options

You must be logged in to vote

I was using the incorrect option. You want config:

return {
  {
    "neovim/nvim-lspconfig",
    config = function()
      vim.lsp.config("ts_ls", {
        cmd = { "mise", "x", "bun@latest", "--", "bunx", "--bun", "typescript-language-server", "--stdio" },
      })
      vim.lsp.enable("ts_ls")
    end,
  }
}```

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by richardmarbach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant