Disable copilot on text files
This commit is contained in:
parent
d34b91cfd8
commit
387db52c76
|
@ -26,6 +26,7 @@ return {
|
|||
panel = { enabled = false },
|
||||
filetypes = {
|
||||
mail = false,
|
||||
text = false,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue