Commit c4f452f6 authored by bpatel347's avatar bpatel347
Browse files

vimPlugins.neoconf-nvim: add dependencies



Add smoke test for neoconf-nvim

Co-authored-by: default avatarPerchun Pak <github@perchun.it>
parent 7acb3020
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";