Skip to content

Commit

Permalink
plugins/utility: order imports alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAShelf committed Jan 14, 2025
1 parent 9142a5b commit a0d6d84
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions modules/plugins/utility/default.nix
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
{
imports = [
./outline
./binds
./ccc
./diffview
./gestures
./motion
./new-file-template
./telescope
./icon-picker
./images
./motion
./new-file-template
./outline
./preview
./surround
./telescope
./diffview
./wakatime
./surround
./preview
];
}

0 comments on commit a0d6d84

Please sign in to comment.