omnisharp remove auto format
This commit is contained in:
parent
7f44b50898
commit
13a5153f41
3
init.lua
3
init.lua
|
|
@ -640,6 +640,9 @@ require('lazy').setup({
|
|||
enableRoslynAnalyzers = false, -- Enable Roslyn analyzers
|
||||
scriptFileSupport = true, -- Enable CSX script support if not needed
|
||||
loggingLevel = 'debug', -- Enable debugging logs for better diagnostics
|
||||
format = {
|
||||
enable = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
on_attach = function(_, bufnr)
|
||||
|
|
|
|||
Loading…
Reference in New Issue