diff options
| author | github-actions <github-actions@github.com> | 2021-11-01 19:39:54 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-11-01 19:39:54 +0000 |
| commit | 323e441fab5e5cac02963cc89f7d9be559b8d82f (patch) | |
| tree | 98d0a46a53cb3ee17a5e08e7f1c47e9703cdeb1b | |
| parent | docs(sqls): fix cmd (#1363) (diff) | |
| download | nvim-lspconfig-323e441fab5e5cac02963cc89f7d9be559b8d82f.tar nvim-lspconfig-323e441fab5e5cac02963cc89f7d9be559b8d82f.tar.gz nvim-lspconfig-323e441fab5e5cac02963cc89f7d9be559b8d82f.tar.bz2 nvim-lspconfig-323e441fab5e5cac02963cc89f7d9be559b8d82f.tar.lz nvim-lspconfig-323e441fab5e5cac02963cc89f7d9be559b8d82f.tar.xz nvim-lspconfig-323e441fab5e5cac02963cc89f7d9be559b8d82f.tar.zst nvim-lspconfig-323e441fab5e5cac02963cc89f7d9be559b8d82f.zip | |
docs: update CONFIG.md
skip-checks: true
| -rw-r--r-- | CONFIG.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -6835,7 +6835,7 @@ https://github.com/lighttiger2505/sqls ```lua require'lspconfig'.sqls.setup{ - cmd = {"path/to/command", "-config" "path/to/config.yml"}; + cmd = {"path/to/command", "-config", "path/to/config.yml"}; ... } ``` @@ -7224,6 +7224,10 @@ This server accepts configuration via the `settings` key. null +- **`Lua.runtime.pathStrict`**: `boolean` + + null + - **`Lua.runtime.plugin`**: `string` Default: `""` |
