merge main

This commit is contained in:
Pedro Alves 2023-02-14 19:45:04 +00:00
parent cfc826546c
commit aa54bbcde3
12 changed files with 865 additions and 144 deletions

View file

@ -263,10 +263,7 @@ in
middle_mouse_command = cfg.middleMouseCommand;
# deprecated, but might still work
indicator_icon = cfg.indicatorIcon;
indicator = {
icon = cfg.indicator.icon;
style = cfg.indicator.style;
};
indicator = cfg.indicator;
buffer_close_icon = cfg.bufferCloseIcon;
modified_icon = cfg.modifiedIcon;
close_icon = cfg.closeIcon;