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

View file

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