mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
vimPlugins.wgsl-vim: init at 2023-04-12
This commit is contained in:
parent
d6b863fd9b
commit
4d0df02911
@ -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";
|
||||
|
@ -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/,,
|
||||
|
Loading…
Reference in New Issue
Block a user