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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
196 B
Nix
Raw Normal View History

let
mkExtension = import ./_mk-extension.nix;
in
mkExtension {
name = "ui-select";
package = "telescope-ui-select-nvim";
2024-03-24 17:42:40 +01:00
settingsExample = {
specific_opts.codeactions = false;
};
}