diff options
| author | Github Actions <actions@github> | 2020-12-29 22:16:12 +0000 |
|---|---|---|
| committer | Github Actions <actions@github> | 2020-12-29 22:16:12 +0000 |
| commit | 71ca32ac611c8342f69140711242e81b39361723 (patch) | |
| tree | b9b871ef3703ec072d667dd742c6c0b29288355a | |
| parent | Merge pull request #420 from Gian12315/master (diff) | |
| download | nvim-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.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" } |
