plugins/lspsaga: use iconsPackage

This commit is contained in:
Austin Horstman 2024-08-29 09:26:19 -05:00
parent 46cf3dad9f
commit 86d66e410a
No known key found for this signature in database
2 changed files with 17 additions and 3 deletions

View file

@ -170,4 +170,11 @@
};
};
};
no-packages = {
plugins.lspsaga = {
enable = true;
iconsPackage = null;
};
};
}