mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-31 16:14:46 +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,5 +1,6 @@
|
|||
{
|
||||
plugins.bufferline = {
|
||||
enable = true;
|
||||
plugins = {
|
||||
bufferline.enable = true;
|
||||
web-devicons.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue