Skip to content

Commit 5efc1f0

Browse files
committed
fix a typo
1 parent dc49fcf commit 5efc1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cmp.setup({
2020
**Type:** `boolean`
2121
**Default:** `true`
2222

23-
The code which gets a list of digraphs and formats it into completion items takes a significant amount of time (15-20 milliseconds), but digraphs don't really change at all while the editor is running, so by default this source will query the digraphs only once when it is invoked for the first time (meaning that it will see the custom digraphs defined in the vimrc). Enable this option only if you are for whatever reason adding digraphs at runtime.
23+
The code which gets a list of digraphs and formats it into completion items takes a significant amount of time (15-20 milliseconds), but digraphs don't really change at all while the editor is running, so by default this source will query the digraphs only once when it is invoked for the first time (meaning that it will see the custom digraphs defined in the vimrc). Disable this option only if you are for whatever reason adding digraphs at runtime.
2424

2525
### `filter`
2626

0 commit comments

Comments
 (0)