mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-03 01:25:22 +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
|
@ -4,6 +4,7 @@
|
|||
enable = true;
|
||||
extensions.fzy-native.enable = true;
|
||||
};
|
||||
plugins.web-devicons.enable = true;
|
||||
};
|
||||
|
||||
example = {
|
||||
|
@ -19,6 +20,7 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
plugins.web-devicons.enable = true;
|
||||
};
|
||||
|
||||
combine-plugins = {
|
||||
|
@ -27,6 +29,7 @@
|
|||
extensions.fzy-native.enable = true;
|
||||
};
|
||||
|
||||
plugins.web-devicons.enable = true;
|
||||
performance.combinePlugins.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue