summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-02-20 18:16:59 -0500
committerGitHub <noreply@github.com>2023-02-20 18:16:59 -0500
commit5be19d43a20d64e179b9fd5e6b480711702dcff3 (patch)
tree3f009ee0525907a3bc6553a425e6bbe31288d8d0 /pkgs
parent8046ccb0324c7053fb59e7038aaee6113f136f6a (diff)
parent5e0986701815779b1f81fdbdb12ebecd4ef6f017 (diff)
downloadnixpkgs-5be19d43a20d64e179b9fd5e6b480711702dcff3.tar
nixpkgs-5be19d43a20d64e179b9fd5e6b480711702dcff3.tar.gz
nixpkgs-5be19d43a20d64e179b9fd5e6b480711702dcff3.tar.bz2
nixpkgs-5be19d43a20d64e179b9fd5e6b480711702dcff3.tar.lz
nixpkgs-5be19d43a20d64e179b9fd5e6b480711702dcff3.tar.xz
nixpkgs-5be19d43a20d64e179b9fd5e6b480711702dcff3.tar.zst
nixpkgs-5be19d43a20d64e179b9fd5e6b480711702dcff3.zip
Merge pull request #217373 from wlcx/add-vim-vue-plugin
vimPlugins.vim-vue-plugin: init at 2023-02-02
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/editors/vim/plugins/generated.nix12
-rw-r--r--pkgs/applications/editors/vim/plugins/vim-plugin-names1
2 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix
index 86c0a12ebfd..9c27c7f0279 100644
--- a/pkgs/applications/editors/vim/plugins/generated.nix
+++ b/pkgs/applications/editors/vim/plugins/generated.nix
@@ -13413,6 +13413,18 @@ final: prev:
     meta.homepage = "https://github.com/posva/vim-vue/";
   };
 
+  vim-vue-plugin = buildVimPluginFrom2Nix {
+    pname = "vim-vue-plugin";
+    version = "2023-02-02";
+    src = fetchFromGitHub {
+      owner = "leafOfTree";
+      repo = "vim-vue-plugin";
+      rev = "58ac69b2c8a98a9bd2a95fbaa7b5f0fe806bad0f";
+      sha256 = "0x8a66r1wlyashyqxmdpz3wnqhgfmscs42m2r82g5ic6a7n6f36l";
+    };
+    meta.homepage = "https://github.com/leafOfTree/vim-vue-plugin/";
+  };
+
   vim-wakatime = buildVimPluginFrom2Nix {
     pname = "vim-wakatime";
     version = "2023-02-06";
diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names
index 4cf45737c63..d4557f0e4d2 100644
--- a/pkgs/applications/editors/vim/plugins/vim-plugin-names
+++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names
@@ -1126,6 +1126,7 @@ https://github.com/ngemily/vim-vp4/,HEAD,
 https://github.com/hrsh7th/vim-vsnip/,,
 https://github.com/hrsh7th/vim-vsnip-integ/,,
 https://github.com/posva/vim-vue/,,
+https://github.com/leafOfTree/vim-vue-plugin/,HEAD,
 https://github.com/wakatime/vim-wakatime/,,
 https://github.com/osyo-manga/vim-watchdogs/,,
 https://github.com/jasonccox/vim-wayland-clipboard/,,