1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-03 00:49:26 +00:00

[neovim] Minor copilot stuff updates

This commit is contained in:
2024-02-22 17:52:44 +01:00
parent 5d6b68c0bd
commit f23a2e895a
2 changed files with 2 additions and 0 deletions

View File

@ -33,4 +33,5 @@ require("CopilotChat").setup({
debug = false,
disable_extra_info = "yes",
prompts = prompts,
temperature = 0.1,
})