neovim-flake/modules/utility/default.nix

12 lines
130 B
Nix
Raw Normal View History

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