fix: remove omnisharp settings in lsp config and rely on omnisharp.json instead
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user