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

vimPlugins: update on 2025-05-17 (#408176)

parents 78a9dbce f5100dd9
Loading
Loading
Loading
Loading
+330 −329

File changed.

Preview size limit exceeded, changes collapsed.

+15 −2
Original line number Diff line number Diff line
@@ -302,7 +302,9 @@ in
      "blink-cmp-npm.utils.compute_meta_spec"
      "blink-cmp-npm.utils.generate_doc_spec"
      "blink-cmp-npm.utils.ignore_version_spec"
      "blink-cmp-npm.utils.is_cursor_in_dependencies_node_spec"
      "blink-cmp-npm.utils.semantic_sort_spec"
      "minit"
    ];
  };

@@ -620,9 +622,10 @@ in
    dependencies = [ self.plenary-nvim ];
    nvimSkipModules = [
      # Optional provider dependencies
      "codecompanion.providers.diff.mini_diff"
      "codecompanion.providers.actions.telescope"
      "codecompanion.providers.actions.mini_pick"
      "codecompanion.providers.actions.snacks"
      "codecompanion.providers.actions.telescope"
      "codecompanion.providers.diff.mini_diff"
      # Requires setup call
      "codecompanion.actions.static"
      "codecompanion.actions.init"
@@ -1088,6 +1091,12 @@ in
    ];
  };

  ecolog-nvim = super.ecolog-nvim.overrideAttrs {
    nvimSkipModules = [
      "repro"
    ];
  };

  efmls-configs-nvim = super.efmls-configs-nvim.overrideAttrs {
    dependencies = [ self.nvim-lspconfig ];
  };
@@ -1505,6 +1514,10 @@ in
      substituteInPlace lua/kulala/config/defaults.lua \
        --replace-fail 'curl_path = "curl"' 'curl_path = "${lib.getExe curl}"'
    '';
    nvimSkipModules = [
      # Requires some extra work to get CLI working in nixpkgs
      "cli.kulala_cli"
    ];
  };

  LazyVim = super.LazyVim.overrideAttrs {
+1 −1
Original line number Diff line number Diff line
@@ -583,7 +583,7 @@ https://github.com/tadmccorkle/markdown.nvim/,HEAD,
https://github.com/David-Kunz/markid/,HEAD,
https://github.com/chentoast/marks.nvim/,,
https://github.com/OXY2DEV/markview.nvim/,HEAD,
https://github.com/williamboman/mason-lspconfig.nvim/,HEAD,
https://github.com/mason-org/mason-lspconfig.nvim/,HEAD,
https://github.com/jay-babu/mason-null-ls.nvim/,HEAD,
https://github.com/jay-babu/mason-nvim-dap.nvim/,HEAD,
https://github.com/WhoIsSethDaniel/mason-tool-installer.nvim/,HEAD,