mirror of
https://github.com/akr2002/nv.git
synced 2024-11-09 10:39:44 +00:00
add plenary
This commit is contained in:
parent
18f1518900
commit
44039711aa
2 changed files with 7 additions and 0 deletions
|
@ -66,5 +66,6 @@
|
|||
./utils/nvim-surround.nix
|
||||
./utils/oil.nix
|
||||
./utils/persistence.nix
|
||||
./utils/plenary.nix
|
||||
];
|
||||
}
|
||||
|
|
6
config/utils/plenary.nix
Normal file
6
config/utils/plenary.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
extraPlugins = with pkgs.vimPlugins; [
|
||||
plenary-nvim
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue