chore(copilot): add filetypes configuration

Added filetypes configuration to copilot plugin.
This commit is contained in:
Juliano Barbosa 2024-08-23 07:15:28 -03:00
parent 32aff772b0
commit 009e9a244b
No known key found for this signature in database
GPG Key ID: EB8B440F57360B3D
1 changed files with 5 additions and 0 deletions

View File

@ -17,5 +17,10 @@ return {
replace_keycodes = false,
})
vim.g.copilot_no_tab_map = true
vim.g.copilot_filetypes = {
gitcommit = true,
markdown = true,
xml = false,
}
end,
}