summary refs log tree commit diff
diff options
context:
space:
mode:
author"Andrey Kuznetsov" <"fear@loathing.in">2021-01-28 10:14:26 +0000
committer"Andrey Kuznetsov" <"fear@loathing.in">2021-01-28 10:14:26 +0000
commit75ef002214e7e4bc840afb99891af1641ceb6885 (patch)
tree5bf57d3c1bb930633a8ac9d06ec287fc2f243f58
parentcf1e7ffb7fb722bb83a9d81f84c62ad655353e5f (diff)
downloadnixpkgs-75ef002214e7e4bc840afb99891af1641ceb6885.tar
nixpkgs-75ef002214e7e4bc840afb99891af1641ceb6885.tar.gz
nixpkgs-75ef002214e7e4bc840afb99891af1641ceb6885.tar.bz2
nixpkgs-75ef002214e7e4bc840afb99891af1641ceb6885.tar.lz
nixpkgs-75ef002214e7e4bc840afb99891af1641ceb6885.tar.xz
nixpkgs-75ef002214e7e4bc840afb99891af1641ceb6885.tar.zst
nixpkgs-75ef002214e7e4bc840afb99891af1641ceb6885.zip
vimPlugins.nvim-compe: init at 2021-01-28
-rw-r--r--pkgs/misc/vim-plugins/generated.nix12
-rw-r--r--pkgs/misc/vim-plugins/vim-plugin-names1
2 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/misc/vim-plugins/generated.nix b/pkgs/misc/vim-plugins/generated.nix
index 72bcb8114c4..7808d346a14 100644
--- a/pkgs/misc/vim-plugins/generated.nix
+++ b/pkgs/misc/vim-plugins/generated.nix
@@ -2842,6 +2842,18 @@ let
     meta.homepage = "https://github.com/roxma/nvim-cm-racer/";
   };
 
+  nvim-compe = buildVimPluginFrom2Nix {
+    pname = "nvim-compe";
+    version = "2021-01-28";
+    src = fetchFromGitHub {
+      owner = "hrsh7th";
+      repo = "nvim-compe";
+      rev = "c2247bceb2fba741800faaa98c0a7459c00e88da";
+      sha256 = "0q6f0j36jjgxj5pnvgmkf3mm9yarw5a4cx2fhs4igd8hry8n6hw4";
+    };
+    meta.homepage = "https://github.com/hrsh7th/nvim-compe/";
+  };
+
   nvim-completion-manager = buildVimPluginFrom2Nix {
     pname = "nvim-completion-manager";
     version = "2018-07-27";
diff --git a/pkgs/misc/vim-plugins/vim-plugin-names b/pkgs/misc/vim-plugins/vim-plugin-names
index c80c5ba453b..c6a153ac80e 100644
--- a/pkgs/misc/vim-plugins/vim-plugin-names
+++ b/pkgs/misc/vim-plugins/vim-plugin-names
@@ -168,6 +168,7 @@ HerringtonDarkholme/yats.vim
 honza/vim-snippets
 hoob3rt/lualine.nvim
 hotwatermorning/auto-git-diff
+hrsh7th/nvim-compe
 hrsh7th/vim-vsnip
 hrsh7th/vim-vsnip-integ
 hsanson/vim-android