vimPlugins.wgsl-vim: init at 2023-04-12

This commit is contained in:
Zhaofeng Li 2023-04-28 16:42:14 -06:00
parent d6b863fd9b
commit 4d0df02911
2 changed files with 13 additions and 0 deletions

View File

@ -14291,6 +14291,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";

View File

@ -1200,6 +1200,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/,,