Commit d0f44206 authored by Andrew Marshall's avatar Andrew Marshall
Browse files
parent eb232ad0
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2231,6 +2231,12 @@ assertNoAdditions {
    dependencies = [ self.plenary-nvim ];
  };

  lsp-format-nvim = super.lsp-format-nvim.overrideAttrs (old: {
    meta = old.meta // {
      license = lib.licenses.mit;
    };
  });

  lsp_extensions-nvim = super.lsp_extensions-nvim.overrideAttrs {
    dependencies = [ self.plenary-nvim ];
  };