From 1f447e0f1c1773b2419faf7d0eff6a6df337a216 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Tue, 14 Jan 2025 10:47:58 +0200 Subject: [PATCH] feat(lsp): switch to basedpyright --- config/plugins/lsp.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config/plugins/lsp.nix b/config/plugins/lsp.nix index a459e26..bb37b56 100644 --- a/config/plugins/lsp.nix +++ b/config/plugins/lsp.nix @@ -12,10 +12,7 @@ enable = true; package = pkgs.protols; }; - pylyzer = { - enable = true; - settings.python.inlayHints = true; - }; + basedpyright.enable = true; rust_analyzer = { enable = true; installCargo = false; -- 2.44.1