diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index 8f3ba7d..9a6d4c3 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -86,20 +86,6 @@ return { ["textDocument/definition"] = require("omnisharp_extended").handler, }, capabilities = capabilities, - settings = { - FormattingOptions = { - EnableEditorConfigSupport = true, - OrganizeImports = true, - }, - RoslynExtensionsOptions = { - DocumentAnalysisTimeoutMs = 30000, - EnableAnalyzersSupport = true, - EnableImportCompletion = true, - }, - Sdk = { - IncludePrereleases = true, - }, - }, }) vim.lsp.enable("omnisharp")