Skip to content

Commit

Permalink
Update README.md to add missing do (#1188)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuys13 authored Sep 25, 2022
1 parent dd4173f commit d2bc377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ lua <<EOF
})

-- Use buffer source for `/` and `?` (if you enabled `native_menu`, this won't work anymore).
for _,v in pairs({ '/', '?' })
for _,v in pairs({ '/', '?' }) do
cmp.setup.cmdline(v, {
mapping = cmp.mapping.preset.cmdline(),
sources = {
Expand Down

0 comments on commit d2bc377

Please sign in to comment.