This commit is contained in:
2024-11-23 14:38:14 +01:00
parent e70a66a907
commit 1e7ffc3603
2 changed files with 5 additions and 5 deletions

View File

@@ -76,10 +76,10 @@
"blur, anyrun"
"ignorealpha 0.3, anyrun"
];
decoration = {
drop_shadow = "yes";
shadow_range = 16;
"col.shadow" = "rgba(00000044)";
decoration.shadow = {
enabled = true;
range = 16;
color = "rgba(00000044)";
};
animations = {
enabled = "yes";

View File

@@ -22,7 +22,7 @@ in
"cmp.mapping.select_next_item({behavior = cmp.SelectBehavior.Select})";
"<C-p>" = # lua
"cmp.mapping.select_prev_item({behavior = cmp.SelectBehavior.Select})";
"<C-.>" = # lua
"<C-y>" = # lua
"cmp.mapping.confirm({select = true})";
"<C-Enter>" = # lua
"cmp.mapping.complete()";