Merge pull request #228812 from zhaofengli/wgsl-vim

vimPlugins.wgsl-vim: init at 2023-04-12
This commit is contained in:
figsoda
2023-04-28 21:15:06 -04:00
committed by GitHub
2 changed files with 13 additions and 0 deletions
@@ -14315,6 +14315,18 @@ final: prev:
meta.homepage = "https://github.com/mattn/webapi-vim/";
};
wgsl-vim = buildVimPluginFrom2Nix {
pname = "wgsl.vim";
version = "2023-04-12";
src = fetchFromGitHub {
owner = "DingDean";
repo = "wgsl.vim";
rev = "b72cb2c28ec9554be240113bceb34198f88484e6";
sha256 = "1l1y9dwp33g5gp5mvyq4vkw8q8369r493i0qfn81nmwnmc09rsbn";
};
meta.homepage = "https://github.com/DingDean/wgsl.vim/";
};
which-key-nvim = buildVimPluginFrom2Nix {
pname = "which-key.nvim";
version = "2023-04-18";
@@ -1202,6 +1202,7 @@ https://github.com/navicore/vissort.vim/,,
https://github.com/liuchengxu/vista.vim/,,
https://github.com/dylanaraps/wal.vim/,,
https://github.com/mattn/webapi-vim/,,
https://github.com/DingDean/wgsl.vim/,HEAD,
https://github.com/folke/which-key.nvim/,,
https://github.com/johnfrankmorgan/whitespace.nvim/,HEAD,
https://github.com/gelguy/wilder.nvim/,,