9 lines
194 B
Lua
9 lines
194 B
Lua
return {
|
|
"seblyng/roslyn.nvim",
|
|
---@module 'roslyn.config'
|
|
---@type RoslynNvimConfig
|
|
opts = {
|
|
-- your configuration comes here; leave empty for default settings
|
|
},
|
|
}
|