ts
This commit is contained in:
parent
a199c64f28
commit
2293d02ad2
|
@ -53,7 +53,12 @@ local lsp_configs = {
|
|||
},
|
||||
vimls = {},
|
||||
rust_analyzer = {},
|
||||
denols = {}
|
||||
tsserver = {
|
||||
|
||||
},
|
||||
denols = {
|
||||
root_dir = lsp.util.root_pattern("deno.json"),
|
||||
},
|
||||
}
|
||||
|
||||
for server, config in pairs(lsp_configs) do
|
||||
|
|
Reference in a new issue