c sharp support

This commit is contained in:
iris committed 2023-03-28 16:56:15 -04:00
1 parent 9ee636c188
commit 9e04b42b10
1 file changed
+14
+14
View File
@@ -61,6 +61,20 @@ local config = function()
on_attach = on_attach,
capabilities = capabilities,
}
c.omnisharp.setup {
cmd = { "omnisharp" },
enable_editorconfig_support = true,
enable_ms_build_load_projects_on_demand = false,
enable_roslyn_analyzers = false,
organize_imports_on_format = false,
enable_import_completion = false,
sdk_include_prereleases = true,
analyze_open_documents_only = false,
on_attach = on_attach,
capabilities = capabilities,
}
end
local rs_config = function()