mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-03 00:49:26 +00:00
[neovim] update gitsigns signs
This commit is contained in:
@ -25,6 +25,6 @@ require("copilot_cmp").setup()
|
||||
require("CopilotChat").setup({
|
||||
debug = false,
|
||||
show_user_selection = false,
|
||||
clear_chat_on_new_prompt = true,
|
||||
clear_chat_on_new_prompt = false,
|
||||
prompts = prompts,
|
||||
})
|
||||
|
Reference in New Issue
Block a user