Commit d7200dfb authored by Carlos Alexandro Becker's avatar Carlos Alexandro Becker Committed by Matthieu Coudron
Browse files

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

parent 2c957d2e
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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";
+1 −0
Original line number Diff line number Diff line
@@ -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,