fix typo in cmp config comment

This commit is contained in:
Dietrich Rink
2023-06-10 15:14:47 +02:00
parent 6ae105963f
commit 06d8ff3713

View File

@@ -48,7 +48,7 @@ cmp.setup {
fallback()
end
end, { 'i', 's' }),
-- Navigate options with ctrl n and ctrl p
-- Navigate options with ctrl-n and ctrl-p
['<c-n>'] = cmp.mapping(function(fallback)
if not cmp.visible() then
cmp.complete()