Unverified Commit 143c01ae authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

vimPlugins: update on 2025-01-27 (#377390)

parents 01663e38 b95da65a
Loading
Loading
Loading
Loading
+403 −403

File changed.

Preview size limit exceeded, changes collapsed.

+146 −135

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