initial roslyn configuration
This commit is contained in:
parent
c47ffa3031
commit
ebc82857dc
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
'seblyng/roslyn.nvim',
|
||||
---@module 'roslyn.config'
|
||||
---@type RoslynNvimConfig
|
||||
opts = {
|
||||
-- your configuration comes here; leave empty for default settings
|
||||
},
|
||||
}
|
||||
Loading…
Reference in New Issue