snowflake/home/programs/editors/neovim/plugins/ui/telescope.nix

5 lines
71 B
Nix

_: {
programs.nixvim.plugins.telescope = {
enable = true;
};
}