1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2025-01-08 20:29:49 +01:00
neovim-flake/modules/plugins/utility/telescope/default.nix

7 lines
63 B
Nix
Raw Normal View History

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