feat(nvim): add pyright language server
This commit is contained in:
parent
45472e0722
commit
d229371421
2 changed files with 3 additions and 0 deletions
|
@ -122,6 +122,8 @@
|
||||||
nixd
|
nixd
|
||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
bitbake-language-server
|
bitbake-language-server
|
||||||
|
pyright
|
||||||
|
|
||||||
(python3.withPackages (ps: with ps; [
|
(python3.withPackages (ps: with ps; [
|
||||||
pep8
|
pep8
|
||||||
autopep8
|
autopep8
|
||||||
|
|
|
@ -113,6 +113,7 @@ local servers = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
["pyright"] = {},
|
||||||
["texlab"] = {},
|
["texlab"] = {},
|
||||||
["yamlls"] = {
|
["yamlls"] = {
|
||||||
yaml = {
|
yaml = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue