fix: cleanup roslyn config

This commit is contained in:
Radu C. Martin 2024-12-12 11:54:21 +01:00
parent 86ae5be401
commit da9f022698
2 changed files with 7 additions and 2 deletions

View file

@ -1,7 +1,12 @@
return {
'seblj/roslyn.nvim',
event = { 'BufReadPre', 'BufNewFile' },
ft = 'cs',
opts = {
-- your configuration comes here; leave empty for default settings
filewatching = false,
broad_search = true,
-- ignore_sln = function(sln)
-- return string.match(sln, 'Contactify.sln') ~= nil
-- end,
},
}