Unverified Commit 69240c5b authored by Austin Horstman's avatar Austin Horstman
Browse files

vimPlugins: update on 2025-01-27

parent ed0a2a8a
Loading
Loading
Loading
Loading
+403 −403

File changed.

Preview size limit exceeded, changes collapsed.

+10 −0
Original line number Diff line number Diff line
@@ -760,6 +760,7 @@ in
      # Optional integrations
      fzf-lua
      telescope-nvim
      snacks-nvim
    ];
    dependencies = with self; [
      copilot-lua
@@ -3358,6 +3359,15 @@ in
    };
  };

  vimade = super.vimade.overrideAttrs {
    checkInputs = with self; [
      # Optional providers
      hlchunk-nvim
      mini-nvim
      snacks-nvim
    ];
  };

  vim-addon-actions = super.vim-addon-actions.overrideAttrs {
    dependencies = with self; [
      vim-addon-mw-utils