vimPlugins.clangd_extensions-nvim: move back to generated.nix

This commit is contained in:
Perchun Pak
2026-04-09 13:23:53 +02:00
parent a36a063a04
commit 92c4fa3b95
3 changed files with 13 additions and 26 deletions
@@ -2258,6 +2258,18 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
clangd_extensions-nvim = buildVimPlugin {
pname = "clangd_extensions.nvim";
version = "0-unstable-2026-01-12";
src = fetchgit {
url = "https://git.sr.ht/~p00f/clangd_extensions.nvim";
rev = "997d20e6bc83ea1a6223c08d2b9db76943abf56b";
hash = "sha256-5XES8qyl3tdMmsT+mkVcJ1sC5AKJDpHI/elsoB8XE/8=";
};
meta.homepage = "https://git.sr.ht/~p00f/clangd_extensions.nvim";
meta.hydraPlatforms = [ ];
};
claude-code-nvim = buildVimPlugin {
pname = "claude-code.nvim";
version = "0.4.3-unstable-2026-02-04";
@@ -1,26 +0,0 @@
{
lib,
fetchFromSourcehut,
nix-update-script,
vimUtils,
}:
vimUtils.buildVimPlugin {
pname = "clangd_extensions.nvim";
version = "0-unstable-2025-01-27";
src = fetchFromSourcehut {
owner = "~p00f";
repo = "clangd_extensions.nvim";
rev = "db28f29be928d18cbfb86fbfb9f83f584f658feb";
hash = "sha256-XdA638W0Zb85v5uAUNpvUiiQXGKOM2xykD2ClLk8Qpo=";
};
passthru.updateScript = nix-update-script { };
meta = {
description = "Clangd's off-spec features for neovim's LSP client";
homepage = "https://git.sr.ht/~p00f/clangd_extensions.nvim";
license = lib.licenses.mit;
platforms = lib.platforms.all;
};
}
@@ -172,6 +172,7 @@ https://github.com/declancm/cinnamon.nvim/,HEAD,
https://github.com/projekt0n/circles.nvim/,,
https://github.com/zootedb0t/citruszest.nvim/,,
https://github.com/xavierd/clang_complete/,,
https://git.sr.ht/~p00f/clangd_extensions.nvim,HEAD,
https://github.com/greggh/claude-code.nvim/,HEAD,
https://github.com/pittcat/claude-fzf-history.nvim/,HEAD,
https://github.com/pittcat/claude-fzf.nvim/,HEAD,