neovim-flake/modules/utility/default.nix

14 lines
162 B
Nix
Raw Normal View History

_: {
imports = [
./binds
./gestures
2023-04-05 01:14:13 +02:00
./motion
./telescope
./colorizer
./icon-picker
./telescope
2023-03-01 10:08:24 +01:00
./diffview
2023-05-10 13:41:17 +02:00
./wakatime
];
}