diff options
| author | github-actions <github-actions@github.com> | 2021-11-09 17:44:49 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-11-09 17:44:49 +0000 |
| commit | 3b20930937b660a2abe73c6b0222f970e01a7d75 (patch) | |
| tree | ac88041daa487d2d94ea0bffe33a2d91483cc319 | |
| parent | fix(solang): add --target argument (#1388) (diff) | |
| download | nvim-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") ``` |
