From 092fb66b6ddb4b12b9b542d105d7af40e4fbd9f2 Mon Sep 17 00:00:00 2001 From: Julian Grinblat Date: Sat, 27 Nov 2021 20:52:05 +0900 Subject: [PATCH] Fix duplicate doc tags (#586) --- doc/cmp.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/doc/cmp.txt b/doc/cmp.txt index 14af912..9ae7a86 100644 --- a/doc/cmp.txt +++ b/doc/cmp.txt @@ -321,7 +321,7 @@ enabled~ `boolean | fun(): boolean` You can control nvim-cmp should work or not via this option. - *cmp-config.snippet.expand* + *cmp-config.preselect* preselect~ `cmp.PreselectMode` @@ -382,11 +382,6 @@ sorting.comparators~ The function to customize the sorting behavior. 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* sources~ `cmp.SourceConfig[]`