fix: grammar mistake in README (#72)

This commit is contained in:
pedro757
2021-08-25 11:21:08 -04:00
committed by GitHub
parent d1f7f4f621
commit 39ef1467ba

View File

@@ -53,7 +53,7 @@ lua <<EOF
end end
}, },
-- You must set mapping if you want. -- You can set mapping if you want.
mapping = { mapping = {
['<C-p>'] = cmp.mapping.select_prev_item(), ['<C-p>'] = cmp.mapping.select_prev_item(),
['<C-n>'] = cmp.mapping.select_next_item(), ['<C-n>'] = cmp.mapping.select_next_item(),