about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFlorian Beeres <yuuki@protonmail.com>2021-01-21 17:40:19 +0100
committerFlorian Beeres <yuuki@protonmail.com>2021-01-21 17:40:19 +0100
commitc88e459655980b939b4ee97b9cbb859aa803af63 (patch)
treebd4e24ff85c2d74d1806e303d2f220dda83525fe /pkgs
parent146e6faf7928561208baf7b319bb04dcdb6a5dfc (diff)
vimPlugins.chadtree: init at 2021-01-21
Diffstat (limited to 'pkgs')
-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 11e202df11df6..bf5f2fc043ddb 100644
--- a/pkgs/misc/vim-plugins/generated.nix
+++ b/pkgs/misc/vim-plugins/generated.nix
@@ -375,6 +375,18 @@ let
     meta.homepage = "https://github.com/tyru/caw.vim/";
   };
 
+  chadtree = buildVimPluginFrom2Nix {
+    pname = "chadtree";
+    version = "2021-01-21";
+    src = fetchFromGitHub {
+      owner = "ms-jpq";
+      repo = "chadtree";
+      rev = "a351625c4029fb15b14eebe46016c9a6b1bc7d26";
+      sha256 = "0jmnsr1k9v7zpxkbd6h9i4cizbkm99vyr4366wdjiikbn29jx6pr";
+    };
+    meta.homepage = "https://github.com/ms-jpq/chadtree/";
+  };
+
   changeColorScheme-vim = buildVimPluginFrom2Nix {
     pname = "changeColorScheme-vim";
     version = "2010-10-18";
diff --git a/pkgs/misc/vim-plugins/vim-plugin-names b/pkgs/misc/vim-plugins/vim-plugin-names
index 6329c73b9bb88..c8a7514444e56 100644
--- a/pkgs/misc/vim-plugins/vim-plugin-names
+++ b/pkgs/misc/vim-plugins/vim-plugin-names
@@ -353,6 +353,7 @@ mopp/sky-color-clock.vim
 morhetz/gruvbox
 motus/pig.vim
 mpickering/hlint-refactor-vim
+ms-jpq/chadtree@chad
 mtikekar/vim-bsv
 nanotech/jellybeans.vim
 natebosch/vim-lsc