Fix duplicate doc tags (#586)

This commit is contained in:
Julian Grinblat
2021-11-27 20:52:05 +09:00
committed by GitHub
parent 593a6345de
commit 092fb66b6d

View File

@@ -321,7 +321,7 @@ enabled~
`boolean | fun(): boolean` `boolean | fun(): boolean`
You can control nvim-cmp should work or not via this option. You can control nvim-cmp should work or not via this option.
*cmp-config.snippet.expand* *cmp-config.preselect*
preselect~ preselect~
`cmp.PreselectMode` `cmp.PreselectMode`
@@ -382,11 +382,6 @@ sorting.comparators~
The function to customize the sorting behavior. The function to customize the sorting behavior.
You can use built-in comparators via `cmp.config.compare.*`. You can use built-in comparators via `cmp.config.compare.*`.
*cmp-config.formatting.fields*
formatting.fields~
`cmp.ItemField[]`
The array of completion menu field to specify the order of them.
*cmp-config.sources* *cmp-config.sources*
sources~ sources~
`cmp.SourceConfig[]` `cmp.SourceConfig[]`