Unverified Commit 1a9ff008 authored by Austin Horstman's avatar Austin Horstman
Browse files

vimPlugins.nvim-tree-lua: skip some modules

parent 4dec804e
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -2207,6 +2207,14 @@ in
    vimCommandCheck = "TealBuild";
  };

  nvim-tree-lua = super.nvim-tree-lua.overrideAttrs {
    nvimSkipModule = [
      # Meta can't be required
      "nvim-tree._meta.api"
      "nvim-tree._meta.api_decorator"
    ];
  };

  nvim-treesitter = super.nvim-treesitter.overrideAttrs (
    callPackage ./nvim-treesitter/overrides.nix { } self super
  );