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

This commit is contained in:
Gaétan Lepage
2025-04-28 01:34:21 +02:00
committed by GitHub
2 changed files with 14 additions and 0 deletions
@@ -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";
@@ -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/,,