vimPlugins.cloak-nvim: init at 2024-02-02
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
2c957d2e05
commit
d7200dfbd9
2 changed files with 13 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue