omnisharp remove auto format

This commit is contained in:
Luis Miguel Pinto 2026-03-17 11:19:16 +00:00
parent 7f44b50898
commit 13a5153f41
1 changed files with 3 additions and 0 deletions

View File

@ -640,6 +640,9 @@ require('lazy').setup({
enableRoslynAnalyzers = false, -- Enable Roslyn analyzers enableRoslynAnalyzers = false, -- Enable Roslyn analyzers
scriptFileSupport = true, -- Enable CSX script support if not needed scriptFileSupport = true, -- Enable CSX script support if not needed
loggingLevel = 'debug', -- Enable debugging logs for better diagnostics loggingLevel = 'debug', -- Enable debugging logs for better diagnostics
format = {
enable = false,
},
}, },
}, },
on_attach = function(_, bufnr) on_attach = function(_, bufnr)