mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-04-15 09:08:37 +00:00
10 lines
124 B
Nix
10 lines
124 B
Nix
{
|
|
vimUtils,
|
|
version,
|
|
}:
|
|
vimUtils.buildVimPlugin {
|
|
pname = "nvf-queries";
|
|
inherit version;
|
|
|
|
src = ./nvf-queries;
|
|
}
|