1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-21 09:49:41 +01:00
nixvim/plugins/by-name/telescope/extensions/ui-select.nix
2024-09-09 11:50:41 +01:00

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;
};
}