diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/server_configurations/denols.lua | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lua/lspconfig/server_configurations/denols.lua b/lua/lspconfig/server_configurations/denols.lua index a7bed35f..00388e09 100644 --- a/lua/lspconfig/server_configurations/denols.lua +++ b/lua/lspconfig/server_configurations/denols.lua @@ -72,10 +72,9 @@ return { 'typescriptreact', 'typescript.tsx', }, - root_dir = util.root_pattern('deno.json', 'deno.jsonc', 'tsconfig.json', '.git'), + root_dir = util.root_pattern('deno.json', 'deno.jsonc', '.git'), init_options = { enable = true, - lint = false, unstable = false, }, handlers = { @@ -106,9 +105,9 @@ vim.g.markdown_fenced_languages = { } ``` -]], +]] , default_config = { - root_dir = [[root_pattern("deno.json", "deno.jsonc", "tsconfig.json", ".git")]], + root_dir = [[root_pattern("deno.json", "deno.jsonc", ".git")]], }, }, } |
