mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-02-13 03:52:42 +00:00
fixes
This commit is contained in:
@@ -76,10 +76,10 @@
|
|||||||
"blur, anyrun"
|
"blur, anyrun"
|
||||||
"ignorealpha 0.3, anyrun"
|
"ignorealpha 0.3, anyrun"
|
||||||
];
|
];
|
||||||
decoration = {
|
decoration.shadow = {
|
||||||
drop_shadow = "yes";
|
enabled = true;
|
||||||
shadow_range = 16;
|
range = 16;
|
||||||
"col.shadow" = "rgba(00000044)";
|
color = "rgba(00000044)";
|
||||||
};
|
};
|
||||||
animations = {
|
animations = {
|
||||||
enabled = "yes";
|
enabled = "yes";
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ in
|
|||||||
"cmp.mapping.select_next_item({behavior = cmp.SelectBehavior.Select})";
|
"cmp.mapping.select_next_item({behavior = cmp.SelectBehavior.Select})";
|
||||||
"<C-p>" = # lua
|
"<C-p>" = # lua
|
||||||
"cmp.mapping.select_prev_item({behavior = cmp.SelectBehavior.Select})";
|
"cmp.mapping.select_prev_item({behavior = cmp.SelectBehavior.Select})";
|
||||||
"<C-.>" = # lua
|
"<C-y>" = # lua
|
||||||
"cmp.mapping.confirm({select = true})";
|
"cmp.mapping.confirm({select = true})";
|
||||||
"<C-Enter>" = # lua
|
"<C-Enter>" = # lua
|
||||||
"cmp.mapping.complete()";
|
"cmp.mapping.complete()";
|
||||||
|
|||||||
Reference in New Issue
Block a user