aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2020-11-15 14:23:46 +0000
committerGithub Actions <actions@github>2020-11-15 14:23:46 +0000
commit1c8dfb0c3c86525b5e758bff1729d658ab79e83b (patch)
tree139fbe93ff858413142f6943166cb0a6ccab06be /README.md
parentMerge pull request #403 from h-michael/kotlin (diff)
downloadnvim-lspconfig-1c8dfb0c3c86525b5e758bff1729d658ab79e83b.tar
nvim-lspconfig-1c8dfb0c3c86525b5e758bff1729d658ab79e83b.tar.gz
nvim-lspconfig-1c8dfb0c3c86525b5e758bff1729d658ab79e83b.tar.bz2
nvim-lspconfig-1c8dfb0c3c86525b5e758bff1729d658ab79e83b.tar.lz
nvim-lspconfig-1c8dfb0c3c86525b5e758bff1729d658ab79e83b.tar.xz
nvim-lspconfig-1c8dfb0c3c86525b5e758bff1729d658ab79e83b.tar.zst
nvim-lspconfig-1c8dfb0c3c86525b5e758bff1729d658ab79e83b.zip
[docgen] Update README.md
skip-checks: true
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 40386484..6a9e19cc 100644
--- a/README.md
+++ b/README.md
@@ -2718,6 +2718,7 @@ require'lspconfig'.kotlin_language_server.setup{}
Commands:
Default Values:
+ cmd = { "kotlin-language-server" }
filetypes = { "kotlin" }
root_dir = root_pattern("settings.gradle")
```
@@ -3149,7 +3150,7 @@ require'lspconfig'.omnisharp.setup{}
Commands:
Default Values:
- cmd = { "/home/runner/.cache/nvim/lspconfig/omnisharp/run", "--languageserver", "--hostPID", "2552" }
+ cmd = { "/home/runner/.cache/nvim/lspconfig/omnisharp/run", "--languageserver", "--hostPID", "2437" }
filetypes = { "cs", "vb" }
init_options = {}
on_new_config = <function 1>