diff options
| author | github-actions <github-actions@github.com> | 2023-05-09 07:10:29 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2023-05-09 07:10:29 +0000 |
| commit | ccdc1af35ccb731e58f7ac1802d87703cea1e8f5 (patch) | |
| tree | 2ca001587dccd2a63fb92b82806ee94183d76d83 | |
| parent | fix: use exepath on server command (#2595) (diff) | |
| download | nvim-lspconfig-ccdc1af35ccb731e58f7ac1802d87703cea1e8f5.tar nvim-lspconfig-ccdc1af35ccb731e58f7ac1802d87703cea1e8f5.tar.gz nvim-lspconfig-ccdc1af35ccb731e58f7ac1802d87703cea1e8f5.tar.bz2 nvim-lspconfig-ccdc1af35ccb731e58f7ac1802d87703cea1e8f5.tar.lz nvim-lspconfig-ccdc1af35ccb731e58f7ac1802d87703cea1e8f5.tar.xz nvim-lspconfig-ccdc1af35ccb731e58f7ac1802d87703cea1e8f5.tar.zst nvim-lspconfig-ccdc1af35ccb731e58f7ac1802d87703cea1e8f5.zip | |
docs: update server_configurations.md
skip-checks: true
| -rw-r--r-- | doc/server_configurations.md | 2 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index dab87398..589e701b 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -1054,7 +1054,7 @@ require'lspconfig'.blueprint_ls.setup{} **Default values:** - `cmd` : ```lua - { "blueprint-compiler", "lsp" } + { "blueprint-compiler", "start" } ``` - `cmd_env` : ```lua diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index dab87398..589e701b 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -1054,7 +1054,7 @@ require'lspconfig'.blueprint_ls.setup{} **Default values:** - `cmd` : ```lua - { "blueprint-compiler", "lsp" } + { "blueprint-compiler", "start" } ``` - `cmd_env` : ```lua |
