aboutsummaryrefslogtreecommitdiffstats
path: root/CONFIG.md
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2021-11-01 19:39:54 +0000
committergithub-actions <github-actions@github.com>2021-11-01 19:39:54 +0000
commit323e441fab5e5cac02963cc89f7d9be559b8d82f (patch)
tree98d0a46a53cb3ee17a5e08e7f1c47e9703cdeb1b /CONFIG.md
parentdocs(sqls): fix cmd (#1363) (diff)
downloadnvim-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
Diffstat (limited to 'CONFIG.md')
-rw-r--r--CONFIG.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/CONFIG.md b/CONFIG.md
index 80a249a6..63ea14ee 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -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: `""`