From 13a5153f4125d0743d1a2651378e55e61fa1a4ac Mon Sep 17 00:00:00 2001 From: Luis Miguel Pinto Date: Tue, 17 Mar 2026 11:19:16 +0000 Subject: [PATCH] omnisharp remove auto format --- init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.lua b/init.lua index bc9a5081..c6a2b67b 100644 --- a/init.lua +++ b/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)