Skip to content

Commit b2c8bfb

Browse files
authored
vimPlugins.nvim-unity: init at 2025-08-22 (#438066)
2 parents 8965076 + cf837ae commit b2c8bfb

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

pkgs/applications/editors/vim/plugins/generated.nix

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11738,6 +11738,19 @@ final: prev: {
1173811738
meta.hydraPlatforms = [ ];
1173911739
};
1174011740

11741+
nvim-unity = buildVimPlugin {
11742+
pname = "nvim-unity";
11743+
version = "2025-08-22";
11744+
src = fetchFromGitHub {
11745+
owner = "apyra";
11746+
repo = "nvim-unity";
11747+
rev = "22aa4a977bbe4a9cd2c09617f43744eda76fb315";
11748+
sha256 = "0hxpj6nh6w73mz29p4jpfapfc4nrmsnpcrw2cyggcrblfmm844f8";
11749+
};
11750+
meta.homepage = "https://github.com/apyra/nvim-unity/";
11751+
meta.hydraPlatforms = [ ];
11752+
};
11753+
1174111754
nvim-various-textobjs = buildVimPlugin {
1174211755
pname = "nvim-various-textobjs";
1174311756
version = "2025-08-19";

pkgs/applications/editors/vim/plugins/vim-plugin-names

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -901,6 +901,7 @@ https://github.com/windwp/nvim-ts-autotag/,,
901901
https://github.com/joosepalviste/nvim-ts-context-commentstring/,,
902902
https://github.com/kevinhwang91/nvim-ufo/,HEAD,
903903
https://github.com/samjwill/nvim-unception/,HEAD,
904+
https://github.com/apyra/nvim-unity/,HEAD,
904905
https://github.com/chrisgrieser/nvim-various-textobjs/,HEAD,
905906
https://github.com/yioneko/nvim-vtsls/,HEAD,
906907
https://github.com/AckslD/nvim-whichkey-setup.lua/,,

0 commit comments

Comments
 (0)