nvim
This commit is contained in:
parent
4984e6caee
commit
ed12b49ba5
1 changed files with 7 additions and 1 deletions
|
@ -150,7 +150,13 @@ local servers = {
|
|||
cmd = { "lexical" },
|
||||
},
|
||||
gleam = {},
|
||||
tsserver = {},
|
||||
tsserver = {
|
||||
root_dir = lspconfig.util.root_pattern("package.json"),
|
||||
single_file_support = false,
|
||||
},
|
||||
denols = {
|
||||
root_dir = lspconfig.util.root_pattern("deno.json", "deno.jsonc"),
|
||||
},
|
||||
intelephense = {
|
||||
settings = {
|
||||
intelephense = {
|
||||
|
|
Loading…
Reference in a new issue