feat(lsp): switch to basedpyright
1 files changed, 1 insertions(+), 4 deletions(-) M config/plugins/lsp.nix
M config/plugins/lsp.nix => config/plugins/lsp.nix +1 -4
@@ 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;