Skip to content

Commit 1d41fdb

Browse files
committed
feat(copilot-chat): add priority to angular files
1 parent ea8995e commit 1d41fdb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/plugins/copilot-chat.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ local FILETYPE_CONFIGS = {
2020
"%.injectable%.ts$",
2121
},
2222
filetypes = { "htmlangular" },
23+
priority = 1000,
2324
prompts = { "angular" },
2425
},
2526
ansible = {

0 commit comments

Comments
 (0)