Skip to content

Commit a63b826

Browse files
saygo-pngMattSturgeon
authored andcommitted
test/lspkind: update test
Signed-off-by: saygo-png <[email protected]>
1 parent 0049aca commit a63b826

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

tests/test-sources/plugins/by-name/lspkind/default.nix

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
empty = {
3-
plugins.lspkind.enable = true;
3+
plugins.lspkind = {
4+
enable = true;
5+
cmp.enable = false;
6+
};
47
};
58

69
example = {
@@ -17,14 +20,13 @@
1720
defaults = {
1821
plugins.lspkind = {
1922
enable = true;
20-
mode = "symbol_text";
21-
preset = "codicons";
22-
symbolMap = null;
23+
settings = {
24+
mode = "symbol_text";
25+
preset = "codicons";
26+
symbol_map = null;
27+
};
2328
cmp = {
24-
enable = true;
25-
maxWidth = 50;
26-
ellipsisChar = "...";
27-
menu = null;
29+
enable = false;
2830
after = null;
2931
};
3032
};

0 commit comments

Comments
 (0)