nvf/modules/utility/telescope/telescope.nix
2023-04-02 19:16:04 +03:00

12 lines
138 B
Nix

{
config,
lib,
...
}:
with lib;
with builtins; {
options.vim.telescope = {
enable = mkEnableOption "enable telescope";
};
}