lspconfig["denols"].setup{
root_dir = lspconfig.util.root_pattern("deno.json", "deno.jsonrc")
}
lspconfig["tsserver"].setup{
root_dir = lspconfig.util.root_pattern("package.json"),
single_file_support = false,
}
lspconfig["denols"].setup{
root_dir = lspconfig.util.root_pattern("deno.json", "deno.jsonrc")
}
lspconfig["tsserver"].setup{
root_dir = lspconfig.util.root_pattern("package.json"),
single_file_support = false,
}