We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f615659 commit b8c3f76Copy full SHA for b8c3f76
1 file changed
docs/neovim.md
@@ -166,7 +166,8 @@ The following are the available options for the parameter of this function:
166
update the embeddings;
167
- `lsp`: if `true`, the plugin will try to start the LSP server on startup so
168
that you won't need to wait for the server loading when making your first
169
- request.
+ request. _Please pay extra attention on lazy-loading so that the LSP server
170
+ won't be started without a buffer to be attached to (see [here](https://github.com/Davidyz/VectorCode/pull/234))._
171
- `sync_log_env_var`: `boolean`. If true, this plugin will automatically set the
172
`VECTORCODE_LOG_LEVEL` environment variable for LSP or cmd processes started
173
within your neovim session when logging is turned on for this plugin. Use at
0 commit comments