nvf/modules/plugins/mini/default.nix
2025-01-17 19:32:56 +01:00

17 lines
213 B
Nix

{
imports = [
./ai
./align
./animate
# ./base16 # NOTE: configured in theme/
./basics
./bracketed
./bufremove
./clue
./colors
./comment
./completion
./diff
];
}