Skip to content

Commit

Permalink
vimPlugins.vim-jjdescription: init at 2024-05-28 (NixOS#342768)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Sep 19, 2024
2 parents a5af82e + 2d18277 commit cd7078f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14838,6 +14838,18 @@ final: prev:
meta.homepage = "https://github.com/seirl/vim-jinja-languages/";
};

vim-jjdescription = buildVimPlugin {
pname = "vim-jjdescription";
version = "2024-05-28";
src = fetchFromGitHub {
owner = "avm99963";
repo = "vim-jjdescription";
rev = "ca14325202f3cd894d01ba833451017624249222";
sha256 = "1y83fdih991ivlvgcwp0sx97icmf9k6px7mr26vb77izjlf011w2";
};
meta.homepage = "https://github.com/avm99963/vim-jjdescription/";
};

vim-jsbeautify = buildVimPlugin {
pname = "vim-jsbeautify";
version = "2020-12-11";
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -1249,6 +1249,7 @@ https://github.com/pangloss/vim-javascript/,,
https://github.com/jelera/vim-javascript-syntax/,,
https://github.com/lepture/vim-jinja/,,
https://github.com/seirl/vim-jinja-languages/,HEAD,
https://github.com/avm99963/vim-jjdescription/,HEAD,
https://github.com/maksimr/vim-jsbeautify/,,
https://github.com/heavenshell/vim-jsdoc/,,
https://github.com/elzr/vim-json/,,
Expand Down

0 comments on commit cd7078f

Please sign in to comment.