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

main
Austin Butler 2 years ago
parent 6046ff237c
commit fd927b68f1
  1. 12
      pkgs/applications/editors/vim/plugins/generated.nix
  2. 1
      pkgs/applications/editors/vim/plugins/vim-plugin-names

@ -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…
Cancel
Save