about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorCarlos Alexandro Becker <caarlos0@users.noreply.github.com>2024-02-04 20:08:25 -0300
committerMatthieu Coudron <886074+teto@users.noreply.github.com>2024-02-05 10:31:12 +0100
commitd7200dfbd9ffe63a90f28d954cef52cf4bd7fc86 (patch)
treebafd57ef3955a81adac23f5688394121940d326a /pkgs/applications/editors
parent2c957d2e05f6604a3608552eeb2f10a1a8c9fa07 (diff)
downloadnixlib-d7200dfbd9ffe63a90f28d954cef52cf4bd7fc86.tar
nixlib-d7200dfbd9ffe63a90f28d954cef52cf4bd7fc86.tar.gz
nixlib-d7200dfbd9ffe63a90f28d954cef52cf4bd7fc86.tar.bz2
nixlib-d7200dfbd9ffe63a90f28d954cef52cf4bd7fc86.tar.lz
nixlib-d7200dfbd9ffe63a90f28d954cef52cf4bd7fc86.tar.xz
nixlib-d7200dfbd9ffe63a90f28d954cef52cf4bd7fc86.tar.zst
nixlib-d7200dfbd9ffe63a90f28d954cef52cf4bd7fc86.zip
vimPlugins.cloak-nvim: init at 2024-02-02
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Diffstat (limited to 'pkgs/applications/editors')
-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 757c36ba76bb..21b33ce25c47 100644
--- a/pkgs/applications/editors/vim/plugins/generated.nix
+++ b/pkgs/applications/editors/vim/plugins/generated.nix
@@ -1373,6 +1373,18 @@ final: prev:
     meta.homepage = "https://github.com/ekickx/clipboard-image.nvim/";
   };
 
+  cloak-nvim = buildVimPlugin {
+    pname = "cloak.nvim";
+    version = "2024-02-02";
+    src = fetchFromGitHub {
+      owner = "laytan";
+      repo = "cloak.nvim";
+      rev = "9abe4e986e924fc54a972c1b0ff52b65a0622624";
+      sha256 = "0jnhxxq2c7bprkicqxqi17fybfgpzv0z1jxrqm346hmnmm8amgvw";
+    };
+    meta.homepage = "https://github.com/laytan/cloak.nvim/";
+  };
+
   close-buffers-vim = buildVimPlugin {
     pname = "close-buffers.vim";
     version = "2020-09-23";
diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names
index 5dbf858595b6..516734783087 100644
--- a/pkgs/applications/editors/vim/plugins/vim-plugin-names
+++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names
@@ -114,6 +114,7 @@ https://github.com/p00f/clangd_extensions.nvim/,HEAD,
 https://github.com/rhysd/clever-f.vim/,,
 https://github.com/bbchung/clighter8/,,
 https://github.com/ekickx/clipboard-image.nvim/,,
+https://github.com/laytan/cloak.nvim/,HEAD,
 https://github.com/asheq/close-buffers.vim/,HEAD,
 https://github.com/winston0410/cmd-parser.nvim/,,
 https://github.com/FelipeLema/cmp-async-path/,HEAD,