languages: changed python lsp package to pyright

This commit is contained in:
Phan Đăng Khoa 2024-06-09 15:57:55 +07:00 committed by GitHub
parent c50522f6b0
commit 68b0647936
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
defaultServer = "pyright";
servers = {
pyright = {
package = pkgs.nodePackages.pyright;
package = pkgs.pyright;
lspConfig = ''
lspconfig.pyright.setup{
capabilities = capabilities;