diff options
| author | github-actions <github-actions@github.com> | 2022-05-30 22:08:24 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2022-05-30 22:08:24 +0000 |
| commit | 84252b08b7f9831b0b1329f2a90ff51dd873e58f (patch) | |
| tree | 82e70642ae697d5af03d64cf4da8aefa5cdbc3b4 | |
| parent | fix(denols): update settings for lint and tsconfig #1933 (diff) | |
| download | nvim-lspconfig-84252b08b7f9831b0b1329f2a90ff51dd873e58f.tar nvim-lspconfig-84252b08b7f9831b0b1329f2a90ff51dd873e58f.tar.gz nvim-lspconfig-84252b08b7f9831b0b1329f2a90ff51dd873e58f.tar.bz2 nvim-lspconfig-84252b08b7f9831b0b1329f2a90ff51dd873e58f.tar.lz nvim-lspconfig-84252b08b7f9831b0b1329f2a90ff51dd873e58f.tar.xz nvim-lspconfig-84252b08b7f9831b0b1329f2a90ff51dd873e58f.tar.zst nvim-lspconfig-84252b08b7f9831b0b1329f2a90ff51dd873e58f.zip | |
docs: update server_configurations.md
skip-checks: true
| -rw-r--r-- | doc/server_configurations.md | 3 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index 1569f21c..23383868 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -1178,13 +1178,12 @@ require'lspconfig'.denols.setup{} ```lua { enable = true, - lint = false, unstable = false } ``` - `root_dir` : ```lua - root_pattern("deno.json", "deno.jsonc", "tsconfig.json", ".git") + root_pattern("deno.json", "deno.jsonc", ".git") ``` diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index 1569f21c..23383868 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -1178,13 +1178,12 @@ require'lspconfig'.denols.setup{} ```lua { enable = true, - lint = false, unstable = false } ``` - `root_dir` : ```lua - root_pattern("deno.json", "deno.jsonc", "tsconfig.json", ".git") + root_pattern("deno.json", "deno.jsonc", ".git") ``` |
