make roslyn dependant on roslyn actually being installed via mason
This commit is contained in:
@@ -613,6 +613,13 @@ require'lazy'.setup{ --{{{1
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{ "seblyng/roslyn.nvim", --{{{2
|
{ "seblyng/roslyn.nvim", --{{{2
|
||||||
|
dependencies = {
|
||||||
|
'williamboman/mason.nvim',
|
||||||
|
},
|
||||||
|
cond = function()
|
||||||
|
mason_registry = require'mason-registry'
|
||||||
|
return mason_registry.is_installed('roslyn')
|
||||||
|
end,
|
||||||
opts = {
|
opts = {
|
||||||
---function to pick which .sln file to use when opening a cs file
|
---function to pick which .sln file to use when opening a cs file
|
||||||
---@param targets string[]
|
---@param targets string[]
|
||||||
|
|||||||
Reference in New Issue
Block a user