fix typo in cmp config comment
This commit is contained in:
@@ -48,7 +48,7 @@ cmp.setup {
|
|||||||
fallback()
|
fallback()
|
||||||
end
|
end
|
||||||
end, { 'i', 's' }),
|
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)
|
['<c-n>'] = cmp.mapping(function(fallback)
|
||||||
if not cmp.visible() then
|
if not cmp.visible() then
|
||||||
cmp.complete()
|
cmp.complete()
|
||||||
|
|||||||
Reference in New Issue
Block a user