neovim-flake/modules/utility/default.nix

14 lines
158 B
Nix

_: {
imports = [
./binds
./gestures
./motion
./telescope
./colorizer
./icon-picker
./telescope
./venn
./diffview
];
}