nvf/modules/plugins/utility/default.nix

23 lines
303 B
Nix
Raw Normal View History

2024-02-17 03:19:38 +03:00
{
imports = [
./binds
2024-02-17 03:19:38 +03:00
./ccc
2025-01-26 13:45:58 +03:00
./diffview
./fzf-lua
./gestures
./icon-picker
2024-02-17 03:19:38 +03:00
./images
2025-02-24 16:55:05 +03:00
./leetcode-nvim
2025-01-26 13:45:58 +03:00
./motion
./multicursors
2025-01-26 13:45:58 +03:00
./new-file-template
./outline
./preview
./surround
./telescope
2023-05-10 14:41:17 +03:00
./wakatime
2025-01-26 13:45:58 +03:00
./yanky-nvim
2025-02-24 16:55:05 +03:00
./yazi-nvim
];
}