mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-16 04:04:34 +02:00
plugins/bufferline: use iconsPackage
This commit is contained in:
parent
f59a3c70aa
commit
46cf3dad9f
2 changed files with 15 additions and 1 deletions
|
@ -123,4 +123,11 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
no-packages = {
|
||||
plugins.bufferline = {
|
||||
enable = true;
|
||||
iconsPackage = null;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue