feat(copilot): enable copilot in markdown and help files

This commit is contained in:
Folke Lemaitre
2023-06-05 22:51:55 +02:00
parent 56f092f1a8
commit b929413ddd

View File

@ -8,6 +8,10 @@ return {
opts = {
suggestion = { enabled = false },
panel = { enabled = false },
filetypes = {
markdown = true,
help = true,
},
},
},
{