mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-02 00:54:48 +02:00
plugins/telescope: iconsPackage -> icons provider options
This commit is contained in:
parent
5ff98645ce
commit
38a183564b
21 changed files with 88 additions and 14 deletions
|
@ -5,6 +5,7 @@
|
|||
enable = true;
|
||||
extensions.media-files.enable = true;
|
||||
};
|
||||
plugins.web-devicons.enable = true;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
|
@ -28,6 +29,7 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
plugins.web-devicons.enable = true;
|
||||
};
|
||||
|
||||
dependencies = {
|
||||
|
@ -47,5 +49,6 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
plugins.web-devicons.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue