mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-02 21:34:33 +02:00
plugins/bufferline: iconsPackage -> icons provider options
This commit is contained in:
parent
2cf80fd66f
commit
59a9652aee
3 changed files with 25 additions and 14 deletions
|
@ -1,9 +1,11 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.web-devicons.enable = true;
|
||||
plugins.bufferline.enable = true;
|
||||
};
|
||||
|
||||
example = {
|
||||
plugins.web-devicons.enable = true;
|
||||
plugins.bufferline = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
@ -58,6 +60,7 @@
|
|||
};
|
||||
|
||||
defaults = {
|
||||
plugins.web-devicons.enable = true;
|
||||
plugins.bufferline = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
@ -124,10 +127,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
no-packages = {
|
||||
no-icons = {
|
||||
plugins.web-devicons.enable = false;
|
||||
plugins.bufferline = {
|
||||
enable = true;
|
||||
iconsPackage = null;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue