@@ -136,6 +136,9 @@ For more information about individual config options see |crates-config|.
136
136
feature = " %s",
137
137
enabled = " %s",
138
138
transitive = " %s",
139
+ normal_dependencies_title = " Dependencies",
140
+ build_dependencies_title = " Build dependencies",
141
+ dev_dependencies_title = " Dev dependencies",
139
142
dependency = " %s",
140
143
optional = " %s",
141
144
dependency_version = " %s",
@@ -169,6 +172,9 @@ For more information about individual config options see |crates-config|.
169
172
feature = "CratesNvimPopupFeature",
170
173
enabled = "CratesNvimPopupEnabled",
171
174
transitive = "CratesNvimPopupTransitive",
175
+ normal_dependencies_title = "CratesNvimPopupNormalDependenciesTitle",
176
+ build_dependencies_title = "CratesNvimPopupBuildDependenciesTitle",
177
+ dev_dependencies_title = "CratesNvimPopupDevDependenciesTitle",
172
178
dependency = "CratesNvimPopupDependency",
173
179
optional = "CratesNvimPopupOptional",
174
180
dependency_version = "CratesNvimPopupDependencyVersion",
@@ -831,6 +837,27 @@ popup.text.transitive *crates-config-popup-text-transitive*
831
837
Format string used for transitively enabled features.
832
838
833
839
840
+ *crates-config-popup-text-normal_dependencies_title*
841
+ popup.text.normal_dependencies_title
842
+ Type: `string ` , Default: `" Dependencies"`
843
+
844
+ Format string used for the title of the normal dependencies section.
845
+
846
+
847
+ *crates-config-popup-text-build_dependencies_title*
848
+ popup.text.build_dependencies_title
849
+ Type: `string ` , Default: `" Build dependencies"`
850
+
851
+ Format string used for the title of the build dependencies section.
852
+
853
+
854
+ *crates-config-popup-text-dev_dependencies_title*
855
+ popup.text.dev_dependencies_title
856
+ Type: `string ` , Default: `" Dev dependencies"`
857
+
858
+ Format string used for the title of the dev dependencies section.
859
+
860
+
834
861
popup.text.dependency *crates-config-popup-text-dependency*
835
862
Type: `string ` , Default: `" %s"`
836
863
@@ -1033,6 +1060,27 @@ popup.highlight.transitive *crates-config-popup-highlight-transitive*
1033
1060
Highlight group used for transitively enabled features inside the popup.
1034
1061
1035
1062
1063
+ *crates-config-popup-highlight-normal_dependencies_title*
1064
+ popup.highlight.normal_dependencies_title
1065
+ Type: `string ` , Default: `" CratesNvimPopupNormalDependenciesTitle" `
1066
+
1067
+ Highlight group used for the title of the normal dependencies section.
1068
+
1069
+
1070
+ *crates-config-popup-highlight-build_dependencies_title*
1071
+ popup.highlight.build_dependencies_title
1072
+ Type: `string ` , Default: `" CratesNvimPopupBuildDependenciesTitle" `
1073
+
1074
+ Highlight group used for the title of the build dependencies section.
1075
+
1076
+
1077
+ *crates-config-popup-highlight-dev_dependencies_title*
1078
+ popup.highlight.dev_dependencies_title
1079
+ Type: `string ` , Default: `" CratesNvimPopupDevDependenciesTitle" `
1080
+
1081
+ Highlight group used for the title of the dev dependencies section.
1082
+
1083
+
1036
1084
popup.highlight.dependency *crates-config-popup-highlight-dependency*
1037
1085
Type: `string ` , Default: `" CratesNvimPopupDependency" `
1038
1086
@@ -1276,6 +1324,18 @@ CratesNvimPopupEnabled *crates-hl-CratesNvimPopupEnabled*
1276
1324
CratesNvimPopupTransitive *crates-hl-CratesNvimPopupTransitive*
1277
1325
Default: `ctermfg=4 guifg=#238bb9`
1278
1326
1327
+ *crates-hl-CratesNvimPopupNormalDependenciesTitle*
1328
+ CratesNvimPopupNormalDependenciesTitle
1329
+ Default: links to | Statement |
1330
+
1331
+ *crates-hl-CratesNvimPopupBuildDependenciesTitle*
1332
+ CratesNvimPopupBuildDependenciesTitle
1333
+ Default: links to | Statement |
1334
+
1335
+ *crates-hl-CratesNvimPopupDevDependenciesTitle*
1336
+ CratesNvimPopupDevDependenciesTitle
1337
+ Default: links to | Statement |
1338
+
1279
1339
CratesNvimPopupDependency *crates-hl-CratesNvimPopupDependency*
1280
1340
Default: links to | None |
1281
1341
0 commit comments