Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
3991914f16
1 changed files with 6 additions and 1 deletions
|
@ -58,7 +58,12 @@ local lsp_configs = {
|
||||||
},
|
},
|
||||||
vimls = {},
|
vimls = {},
|
||||||
rust_analyzer = {},
|
rust_analyzer = {},
|
||||||
denols = {}
|
tsserver = {
|
||||||
|
|
||||||
|
},
|
||||||
|
denols = {
|
||||||
|
root_dir = lsp.util.root_pattern("deno.json"),
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
for server, config in pairs(lsp_configs) do
|
for server, config in pairs(lsp_configs) do
|
||||||
|
|
Reference in a new issue