From 68b0647936a6e8c79b8b93500b33ba981c802609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phan=20=C4=90=C4=83ng=20Khoa?= Date: Sun, 9 Jun 2024 15:57:55 +0700 Subject: [PATCH] languages: changed python lsp package to pyright --- modules/plugins/languages/python.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/plugins/languages/python.nix b/modules/plugins/languages/python.nix index d9df6bf..a113a6c 100644 --- a/modules/plugins/languages/python.nix +++ b/modules/plugins/languages/python.nix @@ -17,7 +17,7 @@ defaultServer = "pyright"; servers = { pyright = { - package = pkgs.nodePackages.pyright; + package = pkgs.pyright; lspConfig = '' lspconfig.pyright.setup{ capabilities = capabilities;