Commit c7329f8d authored by Radoslaw Sniezek's avatar Radoslaw Sniezek Committed by Gaétan Lepage
Browse files

vimPlugins.cmp-ctags: init at 2023-05-16

parent 9e709603
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -1757,6 +1757,18 @@ final: prev:
    meta.homepage = "https://github.com/hrsh7th/cmp-copilot/";
  };
  cmp-ctags = buildVimPlugin {
    pname = "cmp-ctags";
    version = "2023-05-16";
    src = fetchFromGitHub {
      owner = "delphinus";
      repo = "cmp-ctags";
      rev = "8d9ddae9ea20c303bdc0888b663c0459b0dc72c2";
      sha256 = "1bm2fgl1k2b2sk3dv317ay7ddzbzy2dyiwb8xf1ihpx53853cw8b";
    };
    meta.homepage = "https://github.com/delphinus/cmp-ctags/";
  };
  cmp-dap = buildVimPlugin {
    pname = "cmp-dap";
    version = "2023-12-10";
+4 −0
Original line number Diff line number Diff line
@@ -263,6 +263,10 @@ in
    dependencies = with self; [ nvim-cmp copilot-vim ];
  };

  cmp-ctags = super.cmp-ctags.overrideAttrs {
    dependencies = with self; [ nvim-cmp ];
  };

  cmp-dap = super.cmp-dap.overrideAttrs {
    dependencies = with self; [ nvim-cmp nvim-dap ];
  };
+1 −0
Original line number Diff line number Diff line
@@ -146,6 +146,7 @@ https://github.com/dmitmel/cmp-cmdline-history/,HEAD,
https://github.com/PaterJason/cmp-conjure/,,
https://github.com/davidsierradz/cmp-conventionalcommits/,HEAD,
https://github.com/hrsh7th/cmp-copilot/,HEAD,
https://github.com/delphinus/cmp-ctags/,HEAD,
https://github.com/rcarriga/cmp-dap/,HEAD,
https://github.com/uga-rosa/cmp-dictionary/,HEAD,
https://github.com/dmitmel/cmp-digraphs/,HEAD,