Fixed copy/paste on wsl, added opencode and minuet

This commit is contained in:
2025-08-11 09:55:50 +02:00
parent 1d563ec9d4
commit f14f03bd88
4 changed files with 63 additions and 0 deletions

View File

@@ -375,7 +375,15 @@ return {
{ name = 'nvim_lsp_signature_help' },
}, {
{ name = 'buffer', keyword_length = 5 },
{ name = 'minuet' },
}),
performance = {
-- It is recommended to increase the timeout duration due to
-- the typically slower response speed of LLMs compared to
-- other completion sources. This is not needed when you only
-- need manual completion.
fetching_timeout = 2000,
},
formatting = {
format = lspkind.cmp_format {
with_text = true,
@@ -385,6 +393,7 @@ return {
nvim_lua = "[api]",
path = "[path]",
luasnip = "[snip]",
minuet = "[llm]",
}
}
}