kickstart.nvim/lua/plugins/roslyn.lua

10 lines
201 B
Lua

return {
'seblyng/roslyn.nvim',
---@module 'roslyn.config'
---@type RoslynNvimConfig
ft = { 'csharp' },
opts = {
-- your configuration comes here; leave empty for default settings
},
}