Disable copilot on text files

This commit is contained in:
Alexander Gehrke 2023-06-22 16:28:46 +02:00
parent d34b91cfd8
commit 387db52c76

View file

@ -26,6 +26,7 @@ return {
panel = { enabled = false }, panel = { enabled = false },
filetypes = { filetypes = {
mail = false, mail = false,
text = false,
} }
} }
} }