Added pyright

This commit is contained in:
Alejandro Angulo 2024-06-02 10:41:22 -07:00
parent 30e01ec5cf
commit 27be92f69b
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -20,6 +20,7 @@
servers = { servers = {
# python # python
ruff.enable = true; ruff.enable = true;
pyright.enable = true;
# lua (nvim config) # lua (nvim config)
lua-ls.enable = true; lua-ls.enable = true;