neovim-flake/modules/plugins/utility/default.nix
Ching Pei Yang 92e38fbfae
aerial: init
2025-01-06 11:44:48 +01:00

18 lines
233 B
Nix

{
imports = [
./outline
./binds
./ccc
./gestures
./motion
./new-file-template
./telescope
./icon-picker
./images
./telescope
./diffview
./wakatime
./surround
./preview
];
}