mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-15 03:34:31 +02:00
plugins/barbar: iconsPackage -> icons provider options
This commit is contained in:
parent
23a903f13c
commit
2cf80fd66f
3 changed files with 32 additions and 9 deletions
|
@ -1,9 +1,11 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.web-devicons.enable = true;
|
||||
plugins.barbar.enable = true;
|
||||
};
|
||||
|
||||
keymappings = {
|
||||
plugins.web-devicons.enable = true;
|
||||
plugins.barbar = {
|
||||
enable = true;
|
||||
|
||||
|
@ -20,6 +22,7 @@
|
|||
};
|
||||
|
||||
defaults = {
|
||||
plugins.web-devicons.enable = true;
|
||||
plugins.barbar = {
|
||||
enable = true;
|
||||
|
||||
|
@ -113,6 +116,7 @@
|
|||
};
|
||||
|
||||
readme-example = {
|
||||
plugins.web-devicons.enable = true;
|
||||
plugins.barbar = {
|
||||
enable = true;
|
||||
|
||||
|
@ -220,10 +224,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
no-packages = {
|
||||
no-icons = {
|
||||
plugins.web-devicons.enable = false;
|
||||
plugins.barbar = {
|
||||
enable = true;
|
||||
iconsPackage = null;
|
||||
settings.icons.filetype.enabled = false;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue