about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim
diff options
context:
space:
mode:
authoroxalica <oxalicc@pm.me>2022-09-04 06:14:17 +0800
committerMatthieu Coudron <teto@users.noreply.github.com>2022-09-04 01:18:00 +0200
commitd324ac2db7eabf7c01a5a2880404a595248990cb (patch)
tree2acfdd28ac8bd937241aeeb7d94473dbd6b92e08 /pkgs/applications/editors/vim
parent217c70db3ded8e36a362be30380a72524cdbce62 (diff)
downloadnixlib-d324ac2db7eabf7c01a5a2880404a595248990cb.tar
nixlib-d324ac2db7eabf7c01a5a2880404a595248990cb.tar.gz
nixlib-d324ac2db7eabf7c01a5a2880404a595248990cb.tar.bz2
nixlib-d324ac2db7eabf7c01a5a2880404a595248990cb.tar.lz
nixlib-d324ac2db7eabf7c01a5a2880404a595248990cb.tar.xz
nixlib-d324ac2db7eabf7c01a5a2880404a595248990cb.tar.zst
nixlib-d324ac2db7eabf7c01a5a2880404a595248990cb.zip
vimPlugins.vim-llvm: init at 2022-05-03
Diffstat (limited to 'pkgs/applications/editors/vim')
-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 5f4eaedc8aab..1cea988235ea 100644
--- a/pkgs/applications/editors/vim/plugins/generated.nix
+++ b/pkgs/applications/editors/vim/plugins/generated.nix
@@ -10243,6 +10243,18 @@ final: prev:
     meta.homepage = "https://github.com/tpope/vim-liquid/";
   };
 
+  vim-llvm = buildVimPluginFrom2Nix {
+    pname = "vim-llvm";
+    version = "2022-05-03";
+    src = fetchFromGitHub {
+      owner = "rhysd";
+      repo = "vim-llvm";
+      rev = "ac3fbdd79b0f5bd68049d38a4901e43a93d4cfd0";
+      sha256 = "1nzmyd2fh2rfxqi87pgdx40xxq7b16izgi57fib8fpywcw26s2ga";
+    };
+    meta.homepage = "https://github.com/rhysd/vim-llvm/";
+  };
+
   vim-localvimrc = buildVimPluginFrom2Nix {
     pname = "vim-localvimrc";
     version = "2022-05-11";
diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names
index 2f6ba2b088fa..726ef1447eba 100644
--- a/pkgs/applications/editors/vim/plugins/vim-plugin-names
+++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names
@@ -860,6 +860,7 @@ https://github.com/lfe-support/vim-lfe/,,
 https://github.com/josa42/vim-lightline-coc/,,
 https://github.com/tommcdo/vim-lion/,,
 https://github.com/tpope/vim-liquid/,,
+https://github.com/rhysd/vim-llvm/,HEAD,
 https://github.com/embear/vim-localvimrc/,,
 https://github.com/andreshazard/vim-logreview/,,
 https://github.com/mlr-msft/vim-loves-dafny/,,