From a0d6d8407fcb20a44320583c2754be713f3a33de Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Tue, 14 Jan 2025 16:44:17 +0300 Subject: [PATCH] plugins/utility: order imports alphabetically --- modules/plugins/utility/default.nix | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/modules/plugins/utility/default.nix b/modules/plugins/utility/default.nix index 686295e2..6d20e3de 100644 --- a/modules/plugins/utility/default.nix +++ b/modules/plugins/utility/default.nix @@ -1,18 +1,17 @@ { imports = [ - ./outline ./binds ./ccc + ./diffview ./gestures - ./motion - ./new-file-template - ./telescope ./icon-picker ./images - ./telescope - ./diffview - ./wakatime - ./surround + ./motion + ./new-file-template + ./outline ./preview + ./surround + ./telescope + ./wakatime ]; }