Fix duplicate doc tags (#586)
This commit is contained in:
@@ -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[]`
|
||||||
|
|||||||
Reference in New Issue
Block a user