mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 02:34:15 -05:00
plugins/refactoring: migrate to ui-select
Upstream changed behavior.
This commit is contained in:
committed by
Gaétan Lepage
parent
687be63e7f
commit
d4f718bb02
@@ -11,7 +11,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
||||
maintainers = [ lib.maintainers.MattSturgeon ];
|
||||
|
||||
extraOptions = {
|
||||
enableTelescope = lib.mkEnableOption "telescope integration";
|
||||
enableTelescope = lib.mkEnableOption "Telescope-backed selection via telescope-ui-select";
|
||||
};
|
||||
|
||||
extraConfig = cfg: {
|
||||
@@ -24,7 +24,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
||||
'';
|
||||
};
|
||||
|
||||
plugins.telescope.enabledExtensions = lib.mkIf cfg.enableTelescope [ "refactoring" ];
|
||||
plugins.telescope.extensions.ui-select.enable = lib.mkIf cfg.enableTelescope true;
|
||||
};
|
||||
|
||||
settingsOptions = with lib.types; {
|
||||
|
||||
Reference in New Issue
Block a user