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

12 lines
138 B
Nix

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