nix-community.nixvim/plugins/telescope/extensions/ui-select.nix

19 lines
277 B
Nix
Raw Normal View History

2024-03-24 17:42:40 +01:00
{
lib,
helpers,
config,
pkgs,
...
}:
(
import ./_helpers.nix {inherit lib helpers config pkgs;}
)
.mkExtension {
name = "ui-select";
defaultPackage = pkgs.vimPlugins.telescope-ui-select-nvim;
settingsExample = {
specific_opts.codeactions = false;
};
}