mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
vimPlugins.vim-jsonpath: init at 2020-06-16
This commit is contained in:
parent
6046ff237c
commit
fd927b68f1
@ -9380,6 +9380,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/google/vim-jsonnet/";
|
||||
};
|
||||
|
||||
vim-jsonpath = buildVimPluginFrom2Nix {
|
||||
pname = "vim-jsonpath";
|
||||
version = "2020-06-16";
|
||||
src = fetchFromGitHub {
|
||||
owner = "mogelbrod";
|
||||
repo = "vim-jsonpath";
|
||||
rev = "af9c07b87765fc5aee176a894bc91fb04a5e3c47";
|
||||
sha256 = "0l59c6xl4rly7xbfgsqam1rwcyvqhr7lzi3g2jpwirarm823rla9";
|
||||
};
|
||||
meta.homepage = "https://github.com/mogelbrod/vim-jsonpath/";
|
||||
};
|
||||
|
||||
vim-jsx-pretty = buildVimPluginFrom2Nix {
|
||||
pname = "vim-jsx-pretty";
|
||||
version = "2021-01-12";
|
||||
|
@ -787,6 +787,7 @@ https://github.com/maksimr/vim-jsbeautify/,,
|
||||
https://github.com/heavenshell/vim-jsdoc/,,
|
||||
https://github.com/elzr/vim-json/,,
|
||||
https://github.com/google/vim-jsonnet/,,
|
||||
https://github.com/mogelbrod/vim-jsonpath/,HEAD,
|
||||
https://github.com/MaxMEllon/vim-jsx-pretty/,,
|
||||
https://github.com/peitalin/vim-jsx-typescript/,,
|
||||
https://github.com/knubie/vim-kitty-navigator/,,
|
||||
|
Loading…
Reference in New Issue
Block a user