vimPlugins.sidekick-nvim: init at 2025-09-27 (#446983)

This commit is contained in:
Gaétan Lepage
2025-09-28 21:47:33 +00:00
committed by GitHub
3 changed files with 26 additions and 0 deletions
@@ -13705,6 +13705,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
sidekick-nvim = buildVimPlugin {
pname = "sidekick.nvim";
version = "2025-09-27";
src = fetchFromGitHub {
owner = "folke";
repo = "sidekick.nvim";
rev = "242b2bd216191c151d24f665cc8f596cb63288ea";
sha256 = "11qg13y57437pjwdsg0khj0wrwp86m779847isnb3a35kia7b2cc";
};
meta.homepage = "https://github.com/folke/sidekick.nvim/";
meta.hydraPlatforms = [ ];
};
sideways-vim = buildVimPlugin {
pname = "sideways.vim";
version = "2025-07-28";
@@ -73,6 +73,8 @@
gitMinimal,
# Preview-nvim dependencies
md-tui,
# sidekick-nvim dependencies
copilot-language-server,
# sved dependencies
glib,
gobject-introspection,
@@ -3123,6 +3125,16 @@ assertNoAdditions {
];
};
sidekick-nvim = super.sidekick-nvim.overrideAttrs {
runtimeDeps = [
copilot-language-server
];
nvimSkipModules = [
"sidekick.docs"
];
};
skim-vim = super.skim-vim.overrideAttrs {
dependencies = [ self.skim ];
};
@@ -1052,6 +1052,7 @@ https://github.com/jaxbot/semantic-highlight.vim/,,
https://github.com/numirias/semshi/,,
https://github.com/junegunn/seoul256.vim/,,
https://github.com/osyo-manga/shabadou.vim/,,
https://github.com/folke/sidekick.nvim/,HEAD,
https://github.com/AndrewRadev/sideways.vim/,,
https://github.com/skim-rs/skim.vim/,,
https://github.com/mopp/sky-color-clock.vim/,,