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

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2024-02-04 20:08:25 -03:00 committed by Matthieu Coudron
parent 2c957d2e05
commit d7200dfbd9
2 changed files with 13 additions and 0 deletions

View file

@ -1373,6 +1373,18 @@ final: prev:
meta.homepage = "https://github.com/ekickx/clipboard-image.nvim/"; 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 { close-buffers-vim = buildVimPlugin {
pname = "close-buffers.vim"; pname = "close-buffers.vim";
version = "2020-09-23"; version = "2020-09-23";

View file

@ -114,6 +114,7 @@ https://github.com/p00f/clangd_extensions.nvim/,HEAD,
https://github.com/rhysd/clever-f.vim/,, https://github.com/rhysd/clever-f.vim/,,
https://github.com/bbchung/clighter8/,, https://github.com/bbchung/clighter8/,,
https://github.com/ekickx/clipboard-image.nvim/,, 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/asheq/close-buffers.vim/,HEAD,
https://github.com/winston0410/cmd-parser.nvim/,, https://github.com/winston0410/cmd-parser.nvim/,,
https://github.com/FelipeLema/cmp-async-path/,HEAD, https://github.com/FelipeLema/cmp-async-path/,HEAD,