From 4d0df0291189ac2b11eba93d2102c537d1bd1c1a Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Fri, 28 Apr 2023 16:42:14 -0600 Subject: [PATCH] vimPlugins.wgsl-vim: init at 2023-04-12 --- pkgs/applications/editors/vim/plugins/generated.nix | 12 ++++++++++++ .../editors/vim/plugins/vim-plugin-names | 1 + 2 files changed, 13 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 9a3100d33369..5c81a3277f90 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index f8f72b955770..f2be66df2c4a 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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/,,