Unverified Commit ced5645e authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

vimPlugins.copilot-lsp: init at 2025-04-27 (#402386)

parents baf97dce 7f66843e
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -3209,6 +3209,19 @@ final: prev: {
    meta.hydraPlatforms = [ ];
  };
  copilot-lsp = buildVimPlugin {
    pname = "copilot-lsp";
    version = "2025-04-27";
    src = fetchFromGitHub {
      owner = "copilotlsp-nvim";
      repo = "copilot-lsp";
      rev = "194acc0a975f20d88e62a382e83bdec71715d3c0";
      sha256 = "09f1z36h5jxkl8xyfla6l6hsc0fgkin4w1sj45mwsk8a8g26xdlj";
    };
    meta.homepage = "https://github.com/copilotlsp-nvim/copilot-lsp/";
    meta.hydraPlatforms = [ ];
  };
  copilot-lua = buildVimPlugin {
    pname = "copilot.lua";
    version = "2025-04-25";
+1 −0
Original line number Diff line number Diff line
@@ -245,6 +245,7 @@ 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/copilotlsp-nvim/copilot-lsp/,HEAD,
https://github.com/AndreM222/copilot-lualine/,HEAD,
https://github.com/zbirenbaum/copilot.lua/,HEAD,
https://github.com/github/copilot.vim/,,