mirror of
https://github.com/kmein/niveum
synced 2026-03-20 20:01:08 +01:00
fix(vimPlugins): name -> pname
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
vimUtils.buildVimPluginFrom2Nix {
|
||||
name = "jq.vim";
|
||||
pname = "jq.vim";
|
||||
version = "5baf8ed1";
|
||||
src = fetchFromGitHub {
|
||||
owner = "vito-c";
|
||||
repo = "jq.vim";
|
||||
|
||||
Reference in New Issue
Block a user