fix: grammar mistake in README (#72)
This commit is contained in:
@@ -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(),
|
||||||
|
|||||||
Reference in New Issue
Block a user