feat: update from n590590

Signed-off-by: juliano.barbosa <julianomb@gmail.com>
This commit is contained in:
juliano.barbosa 2025-01-17 09:32:33 -03:00
parent cc89dd6f5f
commit 7867c90aec
No known key found for this signature in database
GPG key ID: EB8B440F57360B3D
5 changed files with 58 additions and 93 deletions

View file

@ -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,
}