diff options
| author | github-actions <github-actions@github.com> | 2023-08-08 11:03:33 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2023-08-08 11:03:33 +0000 |
| commit | f2fc27ff7172e508ce9bec3a4eaacd352b6ec339 (patch) | |
| tree | 6cfa3b9cfba226b77ec7f412d592dd5ac423edc2 | |
| parent | fix(lua_ls): typo (diff) | |
| download | nvim-lspconfig-f2fc27ff7172e508ce9bec3a4eaacd352b6ec339.tar nvim-lspconfig-f2fc27ff7172e508ce9bec3a4eaacd352b6ec339.tar.gz nvim-lspconfig-f2fc27ff7172e508ce9bec3a4eaacd352b6ec339.tar.bz2 nvim-lspconfig-f2fc27ff7172e508ce9bec3a4eaacd352b6ec339.tar.lz nvim-lspconfig-f2fc27ff7172e508ce9bec3a4eaacd352b6ec339.tar.xz nvim-lspconfig-f2fc27ff7172e508ce9bec3a4eaacd352b6ec339.tar.zst nvim-lspconfig-f2fc27ff7172e508ce9bec3a4eaacd352b6ec339.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 7edad9c2..0bd0fd2e 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -5001,7 +5001,7 @@ require'lspconfig'.lua_ls.setup { -- or pull in all of 'runtimepath'. NOTE: this is a lot slower -- library = vim.api.nvim_get_runtime_file("", true) } - } + }) client.notify("workspace/didChangeConfiguration", { settings = settings }) end diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index 7edad9c2..0bd0fd2e 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -5001,7 +5001,7 @@ require'lspconfig'.lua_ls.setup { -- or pull in all of 'runtimepath'. NOTE: this is a lot slower -- library = vim.api.nvim_get_runtime_file("", true) } - } + }) client.notify("workspace/didChangeConfiguration", { settings = settings }) end |
