diff --git a/lua/custom/lsp.lua b/lua/custom/lsp.lua index 8b4dc8b..9498ec0 100644 --- a/lua/custom/lsp.lua +++ b/lua/custom/lsp.lua @@ -41,9 +41,9 @@ local servers = { python = { analysis = { -- Ignore all files for analysis to exclusively use Ruff for linting - ignore = { "*" }, + -- ignore = { "*" }, diagnosticMode = "off", - typeCheckingMode = "off", + -- typeCheckingMode = "off", }, }, },