vimPlugins.switcher-nvim: init at 1.1.3-unstable-2026-02-04
This commit is contained in:
@@ -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/,,
|
||||
|
||||
Reference in New Issue
Block a user