mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
feat(copilot): enable copilot in markdown and help files
This commit is contained in:
parent
56f092f1a8
commit
b929413ddd
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ return {
|
|||
opts = {
|
||||
suggestion = { enabled = false },
|
||||
panel = { enabled = false },
|
||||
filetypes = {
|
||||
markdown = true,
|
||||
help = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue