3 lines
91 B
Nix
3 lines
91 B
Nix
{pkgs, ...}: {
|
|
output.plugins = with pkgs.vimPlugins; [telescope-nvim telescope-nvim];
|
|
}
|