1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-01 23:19:25 +00:00

[neovim] Set clear_chat_on_new_prompt to true in CopilotChat configuration

This commit is contained in:
2024-02-25 19:51:51 +01:00
parent cec9545d6e
commit 2ebf440c20
3 changed files with 22 additions and 20 deletions

View File

@ -32,6 +32,7 @@ require("CopilotChat").setup({
show_help = "yes",
debug = false,
disable_extra_info = "yes",
clear_chat_on_new_prompt = "yes",
prompts = prompts,
temperature = 0.1,
})