mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-23 04:05:06 +02:00
plugins/lspsaga: use iconsPackage
This commit is contained in:
parent
46cf3dad9f
commit
86d66e410a
2 changed files with 17 additions and 3 deletions
|
@ -170,4 +170,11 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
no-packages = {
|
||||
plugins.lspsaga = {
|
||||
enable = true;
|
||||
iconsPackage = null;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue