diff --git a/lua/plugins/roslyn.lua b/lua/plugins/roslyn.lua new file mode 100644 index 00000000..b50b93a5 --- /dev/null +++ b/lua/plugins/roslyn.lua @@ -0,0 +1,9 @@ +return { + 'seblyng/roslyn.nvim', + ---@module 'roslyn.config' + ---@type RoslynNvimConfig + ft = { 'csharp' }, + opts = { + -- your configuration comes here; leave empty for default settings + }, +}