diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-09-21 12:06:35 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-09-21 12:06:35 +0000 |
| commit | e30efa012186e35708af32995e3aae7dafdf5bb3 (patch) | |
| tree | 1ee4aa66c182971673259fc4e338d443a542e89a /doc | |
| parent | fix(c3): update c3 root pattern (#3309) (diff) | |
| download | nvim-lspconfig-e30efa012186e35708af32995e3aae7dafdf5bb3.tar nvim-lspconfig-e30efa012186e35708af32995e3aae7dafdf5bb3.tar.gz nvim-lspconfig-e30efa012186e35708af32995e3aae7dafdf5bb3.tar.bz2 nvim-lspconfig-e30efa012186e35708af32995e3aae7dafdf5bb3.tar.lz nvim-lspconfig-e30efa012186e35708af32995e3aae7dafdf5bb3.tar.xz nvim-lspconfig-e30efa012186e35708af32995e3aae7dafdf5bb3.tar.zst nvim-lspconfig-e30efa012186e35708af32995e3aae7dafdf5bb3.zip | |
docs: update server_configurations.md
skip-checks: true
Diffstat (limited to 'doc')
| -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 ``` |
