Skip to content

Commit ced5645

Browse files
authored
vimPlugins.copilot-lsp: init at 2025-04-27 (#402386)
2 parents baf97dc + 7f66843 commit ced5645

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

pkgs/applications/editors/vim/plugins/generated.nix

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3209,6 +3209,19 @@ final: prev: {
32093209
meta.hydraPlatforms = [ ];
32103210
};
32113211

3212+
copilot-lsp = buildVimPlugin {
3213+
pname = "copilot-lsp";
3214+
version = "2025-04-27";
3215+
src = fetchFromGitHub {
3216+
owner = "copilotlsp-nvim";
3217+
repo = "copilot-lsp";
3218+
rev = "194acc0a975f20d88e62a382e83bdec71715d3c0";
3219+
sha256 = "09f1z36h5jxkl8xyfla6l6hsc0fgkin4w1sj45mwsk8a8g26xdlj";
3220+
};
3221+
meta.homepage = "https://github.com/copilotlsp-nvim/copilot-lsp/";
3222+
meta.hydraPlatforms = [ ];
3223+
};
3224+
32123225
copilot-lua = buildVimPlugin {
32133226
pname = "copilot.lua";
32143227
version = "2025-04-25";

pkgs/applications/editors/vim/plugins/vim-plugin-names

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ https://github.com/Olical/conjure/,,
245245
https://github.com/wellle/context.vim/,,
246246
https://github.com/Shougo/context_filetype.vim/,,
247247
https://github.com/zbirenbaum/copilot-cmp/,HEAD,
248+
https://github.com/copilotlsp-nvim/copilot-lsp/,HEAD,
248249
https://github.com/AndreM222/copilot-lualine/,HEAD,
249250
https://github.com/zbirenbaum/copilot.lua/,HEAD,
250251
https://github.com/github/copilot.vim/,,

0 commit comments

Comments
 (0)