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

Changed files
+14
pkgs
applications
editors
+13
pkgs/applications/editors/vim/plugins/generated.nix
···
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
pkgs/applications/editors/vim/plugins/vim-plugin-names
···
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/,,