From bb682c167a0878338b4313b55538953d1c039085 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 12 Sep 2024 06:15:15 +0000 Subject: [PATCH] docs: update server_configurations.md skip-checks: true --- doc/server_configurations.md | 30 ++++++++++++++++++++++++++++++ doc/server_configurations.txt | 30 ++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) diff --git a/doc/server_configurations.md b/doc/server_configurations.md index f91a2c3f22..ed023e33e8 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -38,6 +38,7 @@ autogenerated from the Lua files. You can view this file in Nvim by running - [buddy_ls](#buddy_ls) - [bufls](#bufls) - [bzl](#bzl) +- [c3_lsp](#c3_lsp) - [cadence](#cadence) - [cairo_ls](#cairo_ls) - [ccls](#ccls) @@ -1717,6 +1718,35 @@ require'lspconfig'.bzl.setup{} ``` +## c3_lsp + +https://github.com/pherrymason/c3-lsp + +Language Server for c3. + + + +**Snippet to enable the language server:** +```lua +require'lspconfig'.c3_lsp.setup{} +``` + + +**Default values:** + - `cmd` : + ```lua + { "c3lsp" } + ``` + - `filetypes` : + ```lua + { "c3", "c3i" } + ``` + - `root_dir` : + ```lua + root_pattern("project.json", ".git") + ``` + + ## cadence [Cadence Language Server](https://github.com/onflow/cadence-tools/tree/master/languageserver) diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index f91a2c3f22..ed023e33e8 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -38,6 +38,7 @@ autogenerated from the Lua files. You can view this file in Nvim by running - [buddy_ls](#buddy_ls) - [bufls](#bufls) - [bzl](#bzl) +- [c3_lsp](#c3_lsp) - [cadence](#cadence) - [cairo_ls](#cairo_ls) - [ccls](#ccls) @@ -1717,6 +1718,35 @@ require'lspconfig'.bzl.setup{} ``` +## c3_lsp + +https://github.com/pherrymason/c3-lsp + +Language Server for c3. + + + +**Snippet to enable the language server:** +```lua +require'lspconfig'.c3_lsp.setup{} +``` + + +**Default values:** + - `cmd` : + ```lua + { "c3lsp" } + ``` + - `filetypes` : + ```lua + { "c3", "c3i" } + ``` + - `root_dir` : + ```lua + root_pattern("project.json", ".git") + ``` + + ## cadence [Cadence Language Server](https://github.com/onflow/cadence-tools/tree/master/languageserver)