nvim: telescope remove glyph and emoji, add fd to system packages.
This commit is contained in:
parent
4898ca8716
commit
82e1c38e63
1 changed files with 3 additions and 22 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
|
@ -45,33 +46,13 @@ lib.mkIf (lib.elem "nvim::telescope" config.machine.pkgs) {
|
|||
desc = "Telescope Grep Files";
|
||||
};
|
||||
}
|
||||
{
|
||||
bind = "<leader>fc";
|
||||
cmd = "<Cmd>Telescope glyph<CR>";
|
||||
opts = {
|
||||
desc = "Telescope find glyphs";
|
||||
};
|
||||
}
|
||||
{
|
||||
bind = "<leader>fe";
|
||||
cmd = "<Cmd>Telescope emoji<CR>";
|
||||
opts = {
|
||||
desc = "Telescope find emoju";
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
lazy = true;
|
||||
short = "ghassan0/telescope-glyph.nvim";
|
||||
}
|
||||
{
|
||||
lazy = true;
|
||||
short = "xiyaowong/telescope-emoji.nvim";
|
||||
}
|
||||
{
|
||||
dir = vPlug: vPlug.plenary-nvim;
|
||||
lazy = true;
|
||||
}
|
||||
];
|
||||
|
||||
environment.systemPackages = [ pkgs.fd ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue