Unverified Commit 75da7daa authored by Austin Horstman's avatar Austin Horstman
Browse files

vimPlugins: update on 2026-02-14

parent 285966fd
Loading
Loading
Loading
Loading
+258 −262

File changed.

Preview size limit exceeded, changes collapsed.

+2 −8
Original line number Diff line number Diff line
@@ -947,14 +947,6 @@ assertNoAdditions {
  };

  cpsm = super.cpsm.overrideAttrs (old: {
    # CMake 4 dropped support of versions lower than 3.5, and versions
    # lower than 3.10 are deprecated.
    postPatch = (old.postPatch or "") + ''
      substituteInPlace CMakeLists.txt \
        --replace-fail \
          "cmake_minimum_required(VERSION 2.8.12)" \
          "cmake_minimum_required(VERSION 3.10)"
    '';
    nativeBuildInputs = [ cmake ];
    buildInputs = [
      python3
@@ -2807,6 +2799,8 @@ assertNoAdditions {
      # Meta can't be required
      "nvim-tree._meta.api"
      "nvim-tree._meta.api_decorator"
      "nvim-tree._meta.api.decorator_example"
      "nvim-tree._meta.classes"
      "nvim-tree._meta.config.filters"
      "nvim-tree._meta.config.actions"
      "nvim-tree._meta.config.git"