feat(nvim): add pyright language server

This commit is contained in:
Michael Mandl 2025-02-26 08:08:40 +01:00
parent 45472e0722
commit d229371421
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2
2 changed files with 3 additions and 0 deletions

View file

@ -122,6 +122,8 @@
nixd
nixpkgs-fmt
bitbake-language-server
pyright
(python3.withPackages (ps: with ps; [
pep8
autopep8

View file

@ -113,6 +113,7 @@ local servers = {
}
}
},
["pyright"] = {},
["texlab"] = {},
["yamlls"] = {
yaml = {