nvf/modules/plugins/utility/default.nix

21 lines
260 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
2023-06-07 11:28:27 +00:00
./surround
./preview
2025-01-17 20:53:44 +00:00
./fzf-lua
];
}