Disable copilot in mails
This commit is contained in:
parent
499580fee2
commit
555629aa41
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
require("copilot").setup({
|
||||
suggestion = { enabled = false },
|
||||
panel = { enabled = false },
|
||||
filetypes = {
|
||||
mail = false,
|
||||
}
|
||||
})
|
||||
require("copilot_cmp").setup()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue