nvf/modules/plugins/mini/default.nix

11 lines
131 B
Nix
Raw Normal View History

2025-01-17 17:57:59 +00:00
{
imports = [
./ai
2025-01-17 18:00:43 +00:00
./align
2025-01-17 18:03:44 +00:00
./animate
2025-01-17 18:08:50 +00:00
# ./base16 # NOTE: configured in theme/
2025-01-17 18:11:31 +00:00
./basics
2025-01-17 18:14:30 +00:00
./bracketed
2025-01-17 17:57:59 +00:00
];
}