feat: update from n590590
Signed-off-by: juliano.barbosa <julianomb@gmail.com>
This commit is contained in:
parent
cc89dd6f5f
commit
7867c90aec
5 changed files with 58 additions and 93 deletions
|
|
@ -19,9 +19,11 @@ return {
|
|||
})
|
||||
vim.g.copilot_no_tab_map = true
|
||||
vim.g.copilot_filetypes = {
|
||||
gitcommit = true,
|
||||
markdown = true,
|
||||
xml = false,
|
||||
['gitcommit'] = {
|
||||
enable = true,
|
||||
-- Disable using previous commit messages as suggestions
|
||||
previous_commit_history = false
|
||||
}
|
||||
}
|
||||
end,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue