feat: setup telescope-ui-select.

This commit is contained in:
CronyAkatsuki 2025-02-24 22:12:39 +01:00
parent 04be17fadf
commit 175fbf3491

View File

@ -192,6 +192,12 @@
require('telescope').load_extension('fzf')
'';
};
telescope-ui-select = {
package = telescope-ui-select-nvim;
setup = ''
require('telescope').load_extension('fzf')
'';
};
};
};
};