nvim config edits, rename 'old_configs' -> 'non-nix_configs'
This commit is contained in:
@@ -105,10 +105,12 @@
|
||||
new_optimizations = "on";
|
||||
};
|
||||
|
||||
drop_shadow = true;
|
||||
shadow_range = 4;
|
||||
shadow_render_power = 3;
|
||||
"col.shadow" = "rgba(1a1a1aee)";
|
||||
shadow = {
|
||||
enabled = true; # formerly drop_shadow
|
||||
range = 4;
|
||||
render_power = 3;
|
||||
color = "rgba(1a1a1aee)";
|
||||
};
|
||||
};
|
||||
|
||||
animations = {
|
||||
|
||||
Reference in New Issue
Block a user