fix: cleanup roslyn config
This commit is contained in:
parent
86ae5be401
commit
da9f022698
2 changed files with 7 additions and 2 deletions
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue