vimPlugins.cloak-nvim: init at 2024-02-02

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

authored by Carlos Alexandro Becker and committed by Matthieu Coudron d7200dfb 2c957d2e

+13
+12
pkgs/applications/editors/vim/plugins/generated.nix
··· 1373 1373 meta.homepage = "https://github.com/ekickx/clipboard-image.nvim/"; 1374 1374 }; 1375 1375 1376 + cloak-nvim = buildVimPlugin { 1377 + pname = "cloak.nvim"; 1378 + version = "2024-02-02"; 1379 + src = fetchFromGitHub { 1380 + owner = "laytan"; 1381 + repo = "cloak.nvim"; 1382 + rev = "9abe4e986e924fc54a972c1b0ff52b65a0622624"; 1383 + sha256 = "0jnhxxq2c7bprkicqxqi17fybfgpzv0z1jxrqm346hmnmm8amgvw"; 1384 + }; 1385 + meta.homepage = "https://github.com/laytan/cloak.nvim/"; 1386 + }; 1387 + 1376 1388 close-buffers-vim = buildVimPlugin { 1377 1389 pname = "close-buffers.vim"; 1378 1390 version = "2020-09-23";
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 114 114 https://github.com/rhysd/clever-f.vim/,, 115 115 https://github.com/bbchung/clighter8/,, 116 116 https://github.com/ekickx/clipboard-image.nvim/,, 117 + https://github.com/laytan/cloak.nvim/,HEAD, 117 118 https://github.com/asheq/close-buffers.vim/,HEAD, 118 119 https://github.com/winston0410/cmd-parser.nvim/,, 119 120 https://github.com/FelipeLema/cmp-async-path/,HEAD,