File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -354,11 +354,9 @@ used in previous versions;
3543542. The `lsp ` based backend, which make use of the experimental `vectorcode- server`
355355implemented in version 0.4.0. If you want to customise the LSP executable or
356356any 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
You can’t perform that action at this time.
0 commit comments