plugins/telescope: move to by-name

This commit is contained in:
Matt Sturgeon 2024-09-05 02:44:14 +01:00
parent d07a9c78cc
commit 6debe9333f
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
19 changed files with 0 additions and 2 deletions

View file

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