chore(copilot): add filetypes configuration
Added filetypes configuration to copilot plugin.
This commit is contained in:
parent
32aff772b0
commit
009e9a244b
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue