chore(copilot): add filetypes configuration
Added filetypes configuration to copilot plugin.
This commit is contained in:
parent
32aff772b0
commit
009e9a244b
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue