Skip to content

Commit

Permalink
feat(copilot): enable copilot for yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
Deniz Gökçin committed Feb 7, 2024
1 parent f7cd3f0 commit 7c34b92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvim/lua/plugins/copilot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ return {
gitcommit = true,
markdown = true,
typescript = true,
yaml = true,
},
},
}

0 comments on commit 7c34b92

Please sign in to comment.