Skip to content

Commit

Permalink
feat(copilot): enable copilot in markdown and help files
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 5, 2023
1 parent 56f092f commit b929413
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/lazyvim/plugins/extras/coding/copilot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ return {
opts = {
suggestion = { enabled = false },
panel = { enabled = false },
filetypes = {
markdown = true,
help = true,
},
},
},
{
Expand Down

0 comments on commit b929413

Please sign in to comment.