diff options
| -rw-r--r-- | doc/server_configurations.md | 4 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index cedb421d..2a181ceb 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -1673,7 +1673,7 @@ require'lspconfig'.bzl.setup{} https://github.com/pherrymason/c3-lsp Language Server for c3. - + **Snippet to enable the language server:** @@ -1693,7 +1693,7 @@ require'lspconfig'.c3_lsp.setup{} ``` - `root_dir` : ```lua - root_pattern("project.json", ".git") + see source file ``` diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index cedb421d..2a181ceb 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -1673,7 +1673,7 @@ require'lspconfig'.bzl.setup{} https://github.com/pherrymason/c3-lsp Language Server for c3. - + **Snippet to enable the language server:** @@ -1693,7 +1693,7 @@ require'lspconfig'.c3_lsp.setup{} ``` - `root_dir` : ```lua - root_pattern("project.json", ".git") + see source file ``` |
