mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-01-19 16:32:24 +00: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 = [
|
imports = [
|
||||||
./outline
|
|
||||||
./binds
|
./binds
|
||||||
./ccc
|
./ccc
|
||||||
|
./diffview
|
||||||
./gestures
|
./gestures
|
||||||
./motion
|
|
||||||
./new-file-template
|
|
||||||
./telescope
|
|
||||||
./icon-picker
|
./icon-picker
|
||||||
./images
|
./images
|
||||||
./telescope
|
./motion
|
||||||
./diffview
|
./new-file-template
|
||||||
./wakatime
|
./outline
|
||||||
./surround
|
|
||||||
./preview
|
./preview
|
||||||
|
./surround
|
||||||
|
./telescope
|
||||||
|
./wakatime
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue