aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2020-12-29 22:16:12 +0000
committerGithub Actions <actions@github>2020-12-29 22:16:12 +0000
commit71ca32ac611c8342f69140711242e81b39361723 (patch)
treeb9b871ef3703ec072d667dd742c6c0b29288355a
parentMerge pull request #420 from Gian12315/master (diff)
downloadnvim-lspconfig-71ca32ac611c8342f69140711242e81b39361723.tar
nvim-lspconfig-71ca32ac611c8342f69140711242e81b39361723.tar.gz
nvim-lspconfig-71ca32ac611c8342f69140711242e81b39361723.tar.bz2
nvim-lspconfig-71ca32ac611c8342f69140711242e81b39361723.tar.lz
nvim-lspconfig-71ca32ac611c8342f69140711242e81b39361723.tar.xz
nvim-lspconfig-71ca32ac611c8342f69140711242e81b39361723.tar.zst
nvim-lspconfig-71ca32ac611c8342f69140711242e81b39361723.zip
[docgen] Update README.md
skip-checks: true
-rw-r--r--CONFIG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONFIG.md b/CONFIG.md
index 9b5991da..08eacf32 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -2966,7 +2966,7 @@ require'lspconfig'.omnisharp.setup{}
Commands:
Default Values:
- cmd = { "/home/runner/.cache/nvim/lspconfig/omnisharp/run", "--languageserver", "--hostPID", "2615" }
+ cmd = { "/home/runner/.cache/nvim/lspconfig/omnisharp/run", "--languageserver", "--hostPID", "2483" }
filetypes = { "cs", "vb" }
init_options = {}
on_new_config = <function 1>
@@ -4863,6 +4863,7 @@ require'lspconfig'.texlab.setup{}
Commands:
- TexlabBuild: Build the current buffer
+ - TexlabForward: Forward search from current position
Default Values:
cmd = { "texlab" }