nvf/modules/plugins/utility/default.nix

18 lines
217 B
Nix
Raw Normal View History

2024-02-17 00:19:38 +00:00
{
imports = [
./binds
2024-02-17 00:19:38 +00:00
./ccc
./diffview
./gestures
./icon-picker
2024-02-17 00:19:38 +00:00
./images
./motion
./new-file-template
./outline
./preview
./surround
./telescope
2023-05-10 11:41:17 +00:00
./wakatime
];
}