From 6363a15c3ffd200f68bb47be352f55f3c53c5a59 Mon Sep 17 00:00:00 2001 From: pro100ton Date: Thu, 6 Feb 2025 08:24:02 +0300 Subject: [PATCH] Enable pyrithgt --- lua/custom/lsp.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", }, }, },