vimPlugins.roslyn-nvim: remove lspconfig from dependencies

This commit is contained in:
nigelhaney
2024-12-13 19:04:54 -08:00
parent 6e12fff17e
commit cffcb2560b
@@ -2738,7 +2738,6 @@ in
};
roslyn-nvim = super.roslyn-nvim.overrideAttrs {
dependencies = [ self.nvim-lspconfig ];
nvimRequireCheck = "roslyn";
};