vimPlugins.coq-lsp-nvim: init at 2024-10-28 (#374479)

This commit is contained in:
Gaétan Lepage
2025-01-17 10:28:26 +01:00
committed by GitHub
2 changed files with 13 additions and 0 deletions
@@ -2837,6 +2837,18 @@ final: prev:
meta.homepage = "https://github.com/ms-jpq/coq.artifacts/";
};
coq-lsp-nvim = buildVimPlugin {
pname = "coq-lsp.nvim";
version = "2024-10-28";
src = fetchFromGitHub {
owner = "tomtomjhj";
repo = "coq-lsp.nvim";
rev = "6135ed25fc2a1b4b1b6451ed206dc38b493ff1a2";
sha256 = "1vlz2kgc82rhycxp4qcz2bwssnzbv16wvr3gsigbl8b7rxjv5ivr";
};
meta.homepage = "https://github.com/tomtomjhj/coq-lsp.nvim/";
};
coq-thirdparty = buildVimPlugin {
pname = "coq.thirdparty";
version = "2024-12-01";
@@ -233,6 +233,7 @@ https://github.com/zbirenbaum/copilot-cmp/,HEAD,
https://github.com/AndreM222/copilot-lualine/,HEAD,
https://github.com/zbirenbaum/copilot.lua/,HEAD,
https://github.com/github/copilot.vim/,,
https://github.com/tomtomjhj/coq-lsp.nvim/,HEAD,
https://github.com/ms-jpq/coq.artifacts/,HEAD,
https://github.com/ms-jpq/coq.thirdparty/,HEAD,
https://github.com/jvoorhis/coq.vim/,,