add telescope

This commit is contained in:
Charlotte 🦝 Delenk 2023-04-14 13:56:21 +01:00
parent 6d478fe774
commit 000b16d62b
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,3 @@
{pkgs, ...}: {
output.plugins = with pkgs.vimPlugins; [plenary-nvim];
}

View file

@ -0,0 +1,3 @@
{pkgs, ...}: {
output.plugins = with pkgs.vimPlugins; [telescope-nvim telescope-nvim];
}