vimPlugins.switcher-nvim: init at 1.1.3-unstable-2026-02-04

This commit is contained in:
vinylen
2026-02-23 09:43:50 +01:00
parent fe106deb78
commit 6996ee51fa
3 changed files with 21 additions and 0 deletions
@@ -14987,6 +14987,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
switcher-nvim = buildVimPlugin {
pname = "switcher-nvim";
version = "1.1.3-unstable-2026-02-04";
src = fetchFromGitHub {
owner = "neovim-idea";
repo = "switcher-nvim";
rev = "552a7fc0b1031c7565fe80bf7e2d0f1e3e7becf9";
hash = "sha256-7TicPnzHXB74xkpsppXMP0AvtfCgrWh/be/pXEmf1MY=";
};
meta.homepage = "https://github.com/neovim-idea/switcher-nvim/";
meta.hydraPlatforms = [ ];
};
symbol-usage-nvim = buildVimPlugin {
pname = "symbol-usage.nvim";
version = "0-unstable-2025-05-03";
@@ -3499,6 +3499,13 @@ assertNoAdditions {
};
});
switcher-nvim = super.switcher-nvim.overrideAttrs {
dependencies = with self; [
plenary-nvim
nvim-web-devicons
];
};
tardis-nvim = super.tardis-nvim.overrideAttrs (old: {
dependencies = [ self.plenary-nvim ];
meta = old.meta // {
@@ -1151,6 +1151,7 @@ https://github.com/peterbjorgensen/sved/,,
https://github.com/jamespeapen/swayconfig.vim/,,
https://github.com/keith/swift.vim/,,
https://github.com/AndrewRadev/switch.vim/,,
https://github.com/neovim-idea/switcher-nvim/,HEAD,
https://github.com/Wansmer/symbol-usage.nvim/,HEAD,
https://github.com/simrat39/symbols-outline.nvim/,,
https://github.com/vim-syntastic/syntastic/,,