Skip to content

Commit b8c3f76

Browse files
Zhe YuDavidyz
authored andcommitted
docs(nvim): Clarify lazy-loading behavior for LSP server startup
1 parent f615659 commit b8c3f76

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/neovim.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ The following are the available options for the parameter of this function:
166166
update the embeddings;
167167
- `lsp`: if `true`, the plugin will try to start the LSP server on startup so
168168
that you won't need to wait for the server loading when making your first
169-
request.
169+
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))._
170171
- `sync_log_env_var`: `boolean`. If true, this plugin will automatically set the
171172
`VECTORCODE_LOG_LEVEL` environment variable for LSP or cmd processes started
172173
within your neovim session when logging is turned on for this plugin. Use at

0 commit comments

Comments
 (0)