Commit 6996ee51 authored by vinylen's avatar vinylen
Browse files

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

parent fe106deb
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -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";
+7 −0
Original line number Diff line number Diff line
@@ -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 // {
+1 −0
Original line number Diff line number Diff line
@@ -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/,,