nv/config/utils/plenary.nix
2024-03-06 19:46:04 +05:30

6 lines
82 B
Nix

{ pkgs, ... }:
{
extraPlugins = with pkgs.vimPlugins; [
plenary-nvim
];
}