1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-22 02:09:40 +01:00
nixvim/plugins/telescope/extensions/ui-select.nix

14 lines
234 B
Nix

{
lib,
config,
pkgs,
...
}:
(import ./_helpers.nix { inherit lib config pkgs; }).mkExtension {
name = "ui-select";
package = "telescope-ui-select-nvim";
settingsExample = {
specific_opts.codeactions = false;
};
}