diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index b65946df9891..0c9f08a6bd77 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 1b89a9da8844..6ce6a62962f5 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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/,,