neovim-flake/modules/utility/default.nix

14 lines
155 B
Nix

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