Updating documentation as cmp_git source as been moved to git (#1603)

This commit is contained in:
Corentin Hervaud
2023-05-30 09:25:55 +02:00
committed by GitHub
parent b43bfaf322
commit fc0f694af1

View File

@@ -95,7 +95,7 @@ lua <<EOF
-- Set configuration for specific filetype.
cmp.setup.filetype('gitcommit', {
sources = cmp.config.sources({
{ name = 'cmp_git' }, -- You can specify the `cmp_git` source if you were installed it.
{ name = 'git' }, -- You can specify the `git` source if [you were installed it](https://github.com/petertriho/cmp-git).
}, {
{ name = 'buffer' },
})