neovim-flake/modules/plugins/utility/telescope/default.nix

7 lines
63 B
Nix

_: {
imports = [
./telescope.nix
./config.nix
];
}