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

vimPlugins.neoconf-nvim: add dependencies (#354673)

parents e6ffd996 c4f452f6
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1532,6 +1532,13 @@ in
    dependencies = with self; [ ultisnips ];
  };

  neoconf-nvim = super.neoconf-nvim.overrideAttrs {
    dependencies = with self; [ nvim-lspconfig ];

    doInstallCheck = true;
    nvimRequireCheck = "neoconf";
  };

  neogit = super.neogit.overrideAttrs {
    dependencies = with self; [ plenary-nvim ];
    nvimRequireCheck = "neogit";