FrameworkNix/programs/vim/telescope.nix

6 lines
52 B
Nix
Raw Normal View History

{
plugins.telescope = {
enable = true;
};
}