Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
3991914f16
|
@ -58,7 +58,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