mirror of
https://github.com/akr2002/nv.git
synced 2024-11-13 20:49:45 +00:00
7 lines
82 B
Nix
7 lines
82 B
Nix
|
{ pkgs, ... }:
|
||
|
{
|
||
|
extraPlugins = with pkgs.vimPlugins; [
|
||
|
plenary-nvim
|
||
|
];
|
||
|
}
|