Skip to content

Commit

Permalink
enable yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cschindlbeck committed Aug 28, 2024
1 parent d920055 commit f6e02df
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lua/plugins/codepilot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@ local githubcopilot = {
require("copilot").setup({
suggestion = { enabled = false },
panel = { enabled = false },
filetypes = {
yaml = true,
markdown = false,
help = false,
gitcommit = false,
gitrebase = false,
hgcommit = false,
svn = false,
cvs = false,
["."] = false,
},
})
end,
},
Expand Down

0 comments on commit f6e02df

Please sign in to comment.