Skip to content

Commit

Permalink
🔧 (telescope): remove manix
Browse files Browse the repository at this point in the history
it's broken
  • Loading branch information
elythh committed Dec 13, 2024
1 parent 200f757 commit 4c386f1
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions config/plug/ui/telescope.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,6 @@
desc = "List undo history";
};
})
(lib.mkIf config.plugins.telescope.extensions.manix.enable {
mode = "n";
key = "<leader>fM";
action = "<cmd>Telescope manix<CR>";
options = {
desc = "Search manix";
};
})
(lib.mkIf config.plugins.telescope.extensions.live-grep-args.enable {
mode = "n";
key = "<leader>fw";
Expand Down Expand Up @@ -104,8 +96,6 @@

live-grep-args.enable = true;

manix.enable = true;

ui-select = {
enable = true;
settings = {
Expand Down

0 comments on commit 4c386f1

Please sign in to comment.