Added pyright
This commit is contained in:
parent
30e01ec5cf
commit
27be92f69b
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue