aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2020-11-15 16:52:54 +0000
committerGithub Actions <actions@github>2020-11-15 16:52:54 +0000
commit9651ec7c154d0e577d2000b923f5f5e7c1a354a2 (patch)
tree12315b3756fc76aca51a508756987ad3c2c75a08 /README.md
parentterraformls: Fix arguments to cmd (diff)
downloadnvim-lspconfig-9651ec7c154d0e577d2000b923f5f5e7c1a354a2.tar
nvim-lspconfig-9651ec7c154d0e577d2000b923f5f5e7c1a354a2.tar.gz
nvim-lspconfig-9651ec7c154d0e577d2000b923f5f5e7c1a354a2.tar.bz2
nvim-lspconfig-9651ec7c154d0e577d2000b923f5f5e7c1a354a2.tar.lz
nvim-lspconfig-9651ec7c154d0e577d2000b923f5f5e7c1a354a2.tar.xz
nvim-lspconfig-9651ec7c154d0e577d2000b923f5f5e7c1a354a2.tar.zst
nvim-lspconfig-9651ec7c154d0e577d2000b923f5f5e7c1a354a2.zip
[docgen] Update README.md
skip-checks: true
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ef69ffa7..478a261b 100644
--- a/README.md
+++ b/README.md
@@ -3150,7 +3150,7 @@ require'lspconfig'.omnisharp.setup{}
Commands:
Default Values:
- cmd = { "/home/runner/.cache/nvim/lspconfig/omnisharp/run", "--languageserver", "--hostPID", "2543" }
+ cmd = { "/home/runner/.cache/nvim/lspconfig/omnisharp/run", "--languageserver", "--hostPID", "2551" }
filetypes = { "cs", "vb" }
init_options = {}
on_new_config = <function 1>
@@ -4947,7 +4947,7 @@ require'lspconfig'.terraformls.setup{}
Commands:
Default Values:
- cmd = { "terraform-ls" }
+ cmd = { "terraform-ls", "serve" }
filetypes = { "terraform" }
root_dir = root_pattern(".terraform", ".git")
```