mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-18 13:49:49 +01:00
plugins/utility: order imports alphabetically
This commit is contained in:
parent
9142a5b9dd
commit
a0d6d8407f
1 changed files with 7 additions and 8 deletions
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue