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:
@ -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,
|
||||
})
|
||||
|
Reference in New Issue
Block a user