mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 17:28:39 +02:00
bufferline: fix
This commit is contained in:
parent
8a0056617a
commit
8ef6945e75
1 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue