Commit 90d05786 authored by figsoda's avatar figsoda
Browse files

vimPlugins.cmp-npm: remove nodejs from dependencies

parent 71d08c7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -230,7 +230,7 @@ self: super: {
  };

  cmp-npm = super.cmp-npm.overrideAttrs {
    dependencies = with self; [ nvim-cmp nodejs plenary-nvim ];
    dependencies = with self; [ nvim-cmp plenary-nvim ];
  };

  cmp-nvim-lsp-signature-help = super.cmp-nvim-lsp-signature-help.overrideAttrs {