diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index c53e113ee8b6..c5434d85a6eb 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 0d034d4a55dd..64b86ec1a5f7 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -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 // { diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 6c90c98462c5..f52c88b888f6 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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/,,