Skip to content

Commit a541697

Browse files
Davidyzgithub-actions[bot]
authored andcommitted
Auto generate docs
1 parent 493f924 commit a541697

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

doc/VectorCode.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -354,11 +354,9 @@ used in previous versions;
354354
2. The `lsp` based backend, which make use of the experimental `vectorcode-server`
355355
implemented in version 0.4.0. If you want to customise the LSP executable or
356356
any options supported by `vim.lsp.ClientConfig`, you can do so by using
357-
`vim.lsp.config()` or
358-
nvim-lspconfig <https://github.com/neovim/nvim-lspconfig>. The LSP will
359-
attempt to read configurations from these 2 sources before it starts. (If
360-
`vim.lsp.config.vectorcode_server` is not `nil`, this will be used and
361-
nvim-lspconfig will be ignored.)
357+
`vim.lsp.config()`. This plugin will load the config associated with the name
358+
`vectorcode_server`. You can override the default config (for example, the
359+
path to the executable) by calling `vim.lsp.config('vectorcode_server', opts)`.
362360

363361
-------------------------------------------------------------------------------
364362
Features default lsp

0 commit comments

Comments
 (0)