Skip to content

Commit 3a83ddd

Browse files
authored
vimPlugins.neoconf-nvim: add dependencies (#354673)
2 parents e6ffd99 + c4f452f commit 3a83ddd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pkgs/applications/editors/vim/plugins/overrides.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1532,6 +1532,13 @@ in
15321532
dependencies = with self; [ ultisnips ];
15331533
};
15341534

1535+
neoconf-nvim = super.neoconf-nvim.overrideAttrs {
1536+
dependencies = with self; [ nvim-lspconfig ];
1537+
1538+
doInstallCheck = true;
1539+
nvimRequireCheck = "neoconf";
1540+
};
1541+
15351542
neogit = super.neogit.overrideAttrs {
15361543
dependencies = with self; [ plenary-nvim ];
15371544
nvimRequireCheck = "neogit";

0 commit comments

Comments
 (0)