File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -247,11 +247,11 @@ Therefore, consider the following options:
247
247
248
248
** Additional Note:**
249
249
250
- Note: Users might call ` vim.lsp.completion.enable {autotrigger = true} ` during
251
- the ` LspAttach ` event when the client supports completion. However, this is not
252
- the desired behavior for Minuet. As an LLM completion source, Minuet can face
250
+ Users might call ` vim.lsp.completion.enable {autotrigger = true} ` during the
251
+ ` LspAttach ` event when the client supports completion. However, this is not the
252
+ desired behavior for Minuet. As an LLM completion source, Minuet can face
253
253
significant rate limits during automatic triggering. Consequently, Minuet
254
- disables completion by default unless the user enables it in
254
+ disables auto trigger by default unless the user enables it in
255
255
` config.lsp.enabled_auto_trigger_ft ` .
256
256
257
257
</details >
Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ function M.start_server(args)
240
240
-- substantial rate limits during auto-triggering.
241
241
-- Therefore, completion is disabled by default unless
242
242
-- explicitly enabled by the user.
243
- vim .lsp .completion .enable (false , client .id , bufnr )
243
+ vim .lsp .completion .enable (true , client .id , bufnr , { autotrigger = false } )
244
244
utils .notify (' Minuet LSP is disabled for auto triggering' , ' verbose' , vim .log .levels .INFO )
245
245
end , 200 )
246
246
end
You can’t perform that action at this time.
0 commit comments