fix typo in cmp config comment
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user