add telescope
This commit is contained in:
parent
6d478fe774
commit
000b16d62b
2 changed files with 6 additions and 0 deletions
3
config/programs/vim/modules/misc/plenary.nix
Normal file
3
config/programs/vim/modules/misc/plenary.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{pkgs, ...}: {
|
||||
output.plugins = with pkgs.vimPlugins; [plenary-nvim];
|
||||
}
|
3
config/programs/vim/modules/ux/telescope.nix
Normal file
3
config/programs/vim/modules/ux/telescope.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{pkgs, ...}: {
|
||||
output.plugins = with pkgs.vimPlugins; [telescope-nvim telescope-nvim];
|
||||
}
|
Loading…
Reference in a new issue