@@ -232,6 +232,21 @@ For more information about individual config options see |crates-config|.
232
232
enabled = false,
233
233
name = "crates.nvim",
234
234
},
235
+ blink = {
236
+ use_custom_kind = true,
237
+ kind_text = {
238
+ version = "Version",
239
+ feature = "Feature",
240
+ },
241
+ kind_highlight = {
242
+ version = "BlinkCmpKindVersion",
243
+ feature = "BlinkCmpKindFeature",
244
+ },
245
+ kind_icon = {
246
+ version = "🅥 ",
247
+ feature = "🅕 ",
248
+ },
249
+ },
235
250
crates = {
236
251
enabled = true,
237
252
min_chars = 3,
@@ -1454,6 +1469,80 @@ completion.coq.name *crates-config-completion-coq-name*
1454
1469
The source name displayed by | coq_nvim | .
1455
1470
1456
1471
1472
+ completion.blink *crates-config-completion-blink*
1473
+ Section type: `BlinkConfig`
1474
+
1475
+ Configuration options for | blink-cmp | .
1476
+
1477
+
1478
+ *crates-config-completion-blink-use_custom_kind*
1479
+ completion.blink.use_custom_kind
1480
+ Type: `boolean ` , Default: `true`
1481
+
1482
+ Use custom a custom kind to display inside the | blink-cmp | completion menu.
1483
+
1484
+
1485
+ completion.blink.kind_text *crates-config-completion-blink-kind_text*
1486
+ Section type: `BlinkKindTextConfig`
1487
+
1488
+ The kind text shown in the | blink-cmp | completion menu.
1489
+
1490
+
1491
+ *crates-config-completion-blink-kind_text-version*
1492
+ completion.blink.kind_text.version
1493
+ Type: `string ` , Default: `" Version" `
1494
+
1495
+ The version kind text shown in the | blink-cmp | completion menu.
1496
+
1497
+
1498
+ *crates-config-completion-blink-kind_text-feature*
1499
+ completion.blink.kind_text.feature
1500
+ Type: `string ` , Default: `" Feature" `
1501
+
1502
+ The feature kind text shown in the | blink-cmp | completion menu.
1503
+
1504
+
1505
+ *crates-config-completion-blink-kind_highlight*
1506
+ completion.blink.kind_highlight
1507
+ Section type: `BlinkKindHighlightConfig`
1508
+
1509
+ Highlight groups used for the kind text in the | blink-cmp | completion menu.
1510
+
1511
+
1512
+ *crates-config-completion-blink-kind_highlight-version*
1513
+ completion.blink.kind_highlight.version
1514
+ Type: `string ` , Default: `" BlinkCmpKindVersion" `
1515
+
1516
+ Highlight group used for the version kind text in the | blink-cmp | completion menu.
1517
+
1518
+
1519
+ *crates-config-completion-blink-kind_highlight-feature*
1520
+ completion.blink.kind_highlight.feature
1521
+ Type: `string ` , Default: `" BlinkCmpKindFeature" `
1522
+
1523
+ Highlight group used for the feature kind text in the | blink-cmp | completion menu.
1524
+
1525
+
1526
+ completion.blink.kind_icon *crates-config-completion-blink-kind_icon*
1527
+ Section type: `BlinkKindTextConfig`
1528
+
1529
+ The kind text shown in the | blink-cmp | completion menu.
1530
+
1531
+
1532
+ *crates-config-completion-blink-kind_icon-version*
1533
+ completion.blink.kind_icon.version
1534
+ Type: `string ` , Default: `"🅥 "`
1535
+
1536
+ The version kind icon shown in the | blink-cmp | completion menu.
1537
+
1538
+
1539
+ *crates-config-completion-blink-kind_icon-feature*
1540
+ completion.blink.kind_icon.feature
1541
+ Type: `string ` , Default: `"🅕 "`
1542
+
1543
+ The feature kind icon shown in the | blink-cmp | completion menu.
1544
+
1545
+
1457
1546
completion.crates *crates-config-completion-crates*
1458
1547
Section type: `CrateCompletionConfig`
1459
1548
@@ -1667,5 +1756,11 @@ CmpItemKindVersion *crates-hl-CmpItemKindVersion*
1667
1756
CmpItemKindFeature *crates-hl-CmpItemKindFeature*
1668
1757
Default: links to | Special |
1669
1758
1759
+ BlinkCmpKindVersion *crates-hl-BlinkCmpKindVersion*
1760
+ Default: links to | Special |
1761
+
1762
+ BlinkCmpKindFeature *crates-hl-BlinkCmpKindFeature*
1763
+ Default: links to | Special |
1764
+
1670
1765
1671
1766
vim:tw=78:ts=8:ft=help:norl:
0 commit comments