aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2021-11-09 17:44:49 +0000
committergithub-actions <github-actions@github.com>2021-11-09 17:44:49 +0000
commit3b20930937b660a2abe73c6b0222f970e01a7d75 (patch)
treeac88041daa487d2d94ea0bffe33a2d91483cc319
parentfix(solang): add --target argument (#1388) (diff)
downloadnvim-lspconfig-3b20930937b660a2abe73c6b0222f970e01a7d75.tar
nvim-lspconfig-3b20930937b660a2abe73c6b0222f970e01a7d75.tar.gz
nvim-lspconfig-3b20930937b660a2abe73c6b0222f970e01a7d75.tar.bz2
nvim-lspconfig-3b20930937b660a2abe73c6b0222f970e01a7d75.tar.lz
nvim-lspconfig-3b20930937b660a2abe73c6b0222f970e01a7d75.tar.xz
nvim-lspconfig-3b20930937b660a2abe73c6b0222f970e01a7d75.tar.zst
nvim-lspconfig-3b20930937b660a2abe73c6b0222f970e01a7d75.zip
docs: update CONFIG.md
skip-checks: true
-rw-r--r--CONFIG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONFIG.md b/CONFIG.md
index a78db0bd..10ea8893 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -5943,7 +5943,7 @@ require'lspconfig'.solang.setup{}
Commands:
Default Values:
- cmd = { "solang", "--language-server" }
+ cmd = { "solang", "--language-server", "--target", "ewasm" }
filetypes = { "solidity" }
root_dir = root_pattern(".git")
```