vimPlugins.vim-jsonpath: init at 2020-06-16

This commit is contained in:
Austin Butler 2022-05-13 18:28:32 -07:00
parent 6046ff237c
commit fd927b68f1
2 changed files with 13 additions and 0 deletions

View File

@ -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";

View File

@ -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/,,