about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim
diff options
context:
space:
mode:
author"notusknot" <"notusknot@gmail.com">2022-07-08 16:09:58 -0700
committer"notusknot" <"notusknot@gmail.com">2022-07-08 16:09:58 -0700
commit990187fea626e3528ac731be373033f66eb363bc (patch)
treec75a3541e397e0942196af77fdf33cb96d9ef274 /pkgs/applications/editors/vim
parentb47c0f454f99945c9c1a746825ee50fd390a14aa (diff)
downloadnixlib-990187fea626e3528ac731be373033f66eb363bc.tar
nixlib-990187fea626e3528ac731be373033f66eb363bc.tar.gz
nixlib-990187fea626e3528ac731be373033f66eb363bc.tar.bz2
nixlib-990187fea626e3528ac731be373033f66eb363bc.tar.lz
nixlib-990187fea626e3528ac731be373033f66eb363bc.tar.xz
nixlib-990187fea626e3528ac731be373033f66eb363bc.tar.zst
nixlib-990187fea626e3528ac731be373033f66eb363bc.zip
vimPlugins.zk-nvim: init at 2022-06-30
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 f33eeac177cf..73eea5bd34ee 100644
--- a/pkgs/applications/editors/vim/plugins/generated.nix
+++ b/pkgs/applications/editors/vim/plugins/generated.nix
@@ -12708,6 +12708,18 @@ final: prev:
     meta.homepage = "https://github.com/ziglang/zig.vim/";
   };
 
+  zk-nvim = buildVimPluginFrom2Nix {
+    pname = "zk-nvim";
+    version = "2022-06-30";
+    src = fetchFromGitHub {
+      owner = "mickael-menu";
+      repo = "zk-nvim";
+      rev = "fab4bb7fd95edd9eaab7cd7bb517a291351e0574";
+      sha256 = "009mnwbn2g58apcvi3s11w1q0pcxfnw25rb023n6vy107qfszncz";
+    };
+    meta.homepage = "https://github.com/mickael-menu/zk-nvim/";
+  };
+
   zoomwintab-vim = buildVimPluginFrom2Nix {
     pname = "zoomwintab.vim";
     version = "2021-10-10";
diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names
index 6dbc0a635cbd..26666c835951 100644
--- a/pkgs/applications/editors/vim/plugins/vim-plugin-names
+++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names
@@ -1066,5 +1066,6 @@ https://github.com/folke/zen-mode.nvim/,,
 https://github.com/jnurmine/zenburn/,,
 https://github.com/glepnir/zephyr-nvim/,,
 https://github.com/ziglang/zig.vim/,,
+https://github.com/mickael-menu/zk-nvim/,HEAD,
 https://github.com/troydm/zoomwintab.vim/,,
 https://github.com/nanotee/zoxide.vim/,,