diff options
| -rw-r--r-- | doc/server_configurations.md | 6 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index b382e213..5c5200ae 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -2529,6 +2529,12 @@ require'lspconfig'.grammarly.setup{} ["$/updateDocumentState"] = <function 1> } ``` + - `init_options` : + ```lua + { + clientId = "client_BaDkMgx4X19X9UxxYRCXZo" + } + ``` - `root_dir` : ```lua util.find_git_ancestor diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index b382e213..5c5200ae 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -2529,6 +2529,12 @@ require'lspconfig'.grammarly.setup{} ["$/updateDocumentState"] = <function 1> } ``` + - `init_options` : + ```lua + { + clientId = "client_BaDkMgx4X19X9UxxYRCXZo" + } + ``` - `root_dir` : ```lua util.find_git_ancestor |
