diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-05-27 12:37:06 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-05-27 12:37:06 +0000 |
| commit | fe2eaa1222717c387bc3516cbc839f276f326b72 (patch) | |
| tree | 09f18891a3f863e6e40df1494ff43dc0e865df7b /doc | |
| parent | fix(cairo_ls): update command #3873 (diff) | |
| download | nvim-lspconfig-fe2eaa1222717c387bc3516cbc839f276f326b72.tar nvim-lspconfig-fe2eaa1222717c387bc3516cbc839f276f326b72.tar.gz nvim-lspconfig-fe2eaa1222717c387bc3516cbc839f276f326b72.tar.bz2 nvim-lspconfig-fe2eaa1222717c387bc3516cbc839f276f326b72.tar.lz nvim-lspconfig-fe2eaa1222717c387bc3516cbc839f276f326b72.tar.xz nvim-lspconfig-fe2eaa1222717c387bc3516cbc839f276f326b72.tar.zst nvim-lspconfig-fe2eaa1222717c387bc3516cbc839f276f326b72.zip | |
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/configs.md | 2 | ||||
| -rw-r--r-- | doc/configs.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/configs.md b/doc/configs.md index cd5d6ff9..fabf68e7 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -1857,7 +1857,7 @@ vim.lsp.enable('cairo_ls') Default config: - `cmd` : ```lua - { "scarb-cairo-language-server", "/C", "--node-ipc" } + { "scarb", "cairo-language-server", "/C", "--node-ipc" } ``` - `filetypes` : ```lua diff --git a/doc/configs.txt b/doc/configs.txt index 1ba3d047..d11a3bde 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1155,7 +1155,7 @@ Snippet to enable the language server: >lua Default config: - cmd: >lua - { "scarb-cairo-language-server", "/C", "--node-ipc" } + { "scarb", "cairo-language-server", "/C", "--node-ipc" } - filetypes: >lua { "cairo" } - init_options: >lua |
