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

authored by Gaétan Lepage and committed by GitHub ced5645e baf97dce

+14
+13
pkgs/applications/editors/vim/plugins/generated.nix
··· 3209 3209 meta.hydraPlatforms = [ ]; 3210 3210 }; 3211 3211 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 + 3212 3225 copilot-lua = buildVimPlugin { 3213 3226 pname = "copilot.lua"; 3214 3227 version = "2025-04-25";
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 245 245 https://github.com/wellle/context.vim/,, 246 246 https://github.com/Shougo/context_filetype.vim/,, 247 247 https://github.com/zbirenbaum/copilot-cmp/,HEAD, 248 + https://github.com/copilotlsp-nvim/copilot-lsp/,HEAD, 248 249 https://github.com/AndreM222/copilot-lualine/,HEAD, 249 250 https://github.com/zbirenbaum/copilot.lua/,HEAD, 250 251 https://github.com/github/copilot.vim/,,