summary refs log tree commit diff
path: root/pkgs/misc/vim-plugins/generated.nix
diff options
context:
space:
mode:
author"Andrey Kuznetsov" <"fear@loathing.in">2020-11-19 00:53:33 +0400
committer"Andrey Kuznetsov" <"fear@loathing.in">2020-11-19 00:53:33 +0400
commit3f1970afab2f26b828d457eaee67935569e6eaf8 (patch)
tree77f38ddb394794a39a83b4e903b3aa33f6a58f48 /pkgs/misc/vim-plugins/generated.nix
parent1edb7b016bc5b981060453a3c24619dfaba0b859 (diff)
downloadnixpkgs-3f1970afab2f26b828d457eaee67935569e6eaf8.tar
nixpkgs-3f1970afab2f26b828d457eaee67935569e6eaf8.tar.gz
nixpkgs-3f1970afab2f26b828d457eaee67935569e6eaf8.tar.bz2
nixpkgs-3f1970afab2f26b828d457eaee67935569e6eaf8.tar.lz
nixpkgs-3f1970afab2f26b828d457eaee67935569e6eaf8.tar.xz
nixpkgs-3f1970afab2f26b828d457eaee67935569e6eaf8.tar.zst
nixpkgs-3f1970afab2f26b828d457eaee67935569e6eaf8.zip
vimPlugins.nvim-lsputils: init at 2020-11-13
Diffstat (limited to 'pkgs/misc/vim-plugins/generated.nix')
-rw-r--r--pkgs/misc/vim-plugins/generated.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/misc/vim-plugins/generated.nix b/pkgs/misc/vim-plugins/generated.nix
index 47bc7d44379..a872d29bbad 100644
--- a/pkgs/misc/vim-plugins/generated.nix
+++ b/pkgs/misc/vim-plugins/generated.nix
@@ -2626,6 +2626,18 @@ let
     meta.homepage = "https://github.com/neovim/nvim-lspconfig/";
   };
 
+  nvim-lsputils = buildVimPluginFrom2Nix {
+    pname = "nvim-lsputils";
+    version = "2020-11-13";
+    src = fetchFromGitHub {
+      owner = "RishabhRD";
+      repo = "nvim-lsputils";
+      rev = "6abfc5411c8292eea756816b2db9f0ee9ab344ff";
+      sha256 = "07s3psv27nr99f6d6173cykvqqiv22dqljy89j8wnqkh2rskzfrq";
+    };
+    meta.homepage = "https://github.com/RishabhRD/nvim-lsputils/";
+  };
+
   nvim-terminal-lua = buildVimPluginFrom2Nix {
     pname = "nvim-terminal-lua";
     version = "2019-10-17";