mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-24 22:58:38 +01:00
joshuto: Fix selection.prefix for 0.9.8
Might switch from joshuto to yazi due to 0.9.8 breaking the kitty preview script.
This commit is contained in:
parent
488b7a61de
commit
b1c128e6ac
@ -365,6 +365,7 @@
|
||||
selection = {
|
||||
fg = "light_yellow";
|
||||
bold = true;
|
||||
prefix = " ";
|
||||
};
|
||||
|
||||
visual_mode_selection = {
|
||||
@ -372,11 +373,6 @@
|
||||
bold = true;
|
||||
};
|
||||
|
||||
selection.prefix = {
|
||||
prefix = " ";
|
||||
size = 2;
|
||||
};
|
||||
|
||||
executable = {
|
||||
fg = "light_green";
|
||||
bold = true;
|
||||
|
Loading…
Reference in New Issue
Block a user