12 lines
261 B
Lua
12 lines
261 B
Lua
return {
|
|
'seblj/roslyn.nvim',
|
|
event = { 'BufReadPre', 'BufNewFile' },
|
|
ft = 'cs',
|
|
opts = {
|
|
filewatching = false,
|
|
broad_search = true,
|
|
-- ignore_sln = function(sln)
|
|
-- return string.match(sln, 'Contactify.sln') ~= nil
|
|
-- end,
|
|
},
|
|
}
|