Commit b2c22419 authored by "Andrey Kuznetsov"'s avatar "Andrey Kuznetsov"
Browse files

vimPlugins.copilot-cmp: init at 2022-10-12

parent 2973dd8e
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -2033,6 +2033,18 @@ final: prev:
    meta.homepage = "https://github.com/Shougo/context_filetype.vim/";
  };

  copilot-cmp = buildVimPluginFrom2Nix {
    pname = "copilot-cmp";
    version = "2022-10-12";
    src = fetchFromGitHub {
      owner = "zbirenbaum";
      repo = "copilot-cmp";
      rev = "84d5a0e8e4d1638e7554899cb7b642fa24cf463f";
      sha256 = "180y6d89bldlpilhfz7dakyaml6mfhspnxjn4jliwql4k45xckbi";
    };
    meta.homepage = "https://github.com/zbirenbaum/copilot-cmp/";
  };

  copilot-lua = buildVimPluginFrom2Nix {
    pname = "copilot.lua";
    version = "2022-12-20";
+1 −0
Original line number Diff line number Diff line
@@ -170,6 +170,7 @@ https://github.com/rhysd/conflict-marker.vim/,,
https://github.com/Olical/conjure/,,
https://github.com/wellle/context.vim/,,
https://github.com/Shougo/context_filetype.vim/,,
https://github.com/zbirenbaum/copilot-cmp/,HEAD,
https://github.com/zbirenbaum/copilot.lua/,HEAD,
https://github.com/github/copilot.vim/,,
https://github.com/ms-jpq/coq.artifacts/,HEAD,