nvf/modules/plugins/ui/default.nix

13 lines
150 B
Nix
Raw Normal View History

{
2023-02-06 00:55:19 +00:00
imports = [
./noice
2023-04-03 09:12:05 +00:00
./modes
./notifications
2023-04-05 13:58:56 +00:00
./smartcolumn
./colorizer
2023-06-06 00:05:05 +00:00
./illuminate
2023-07-19 19:49:06 +00:00
./breadcrumbs
2023-07-23 15:26:38 +00:00
./borders
2023-02-06 00:55:19 +00:00
];
}