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
|
||||
nixpkgs-fmt
|
||||
bitbake-language-server
|
||||
pyright
|
||||
|
||||
(python3.withPackages (ps: with ps; [
|
||||
pep8
|
||||
autopep8
|
||||
|
|
|
@ -113,6 +113,7 @@ local servers = {
|
|||
}
|
||||
}
|
||||
},
|
||||
["pyright"] = {},
|
||||
["texlab"] = {},
|
||||
["yamlls"] = {
|
||||
yaml = {
|
||||
|
|
Loading…
Add table
Reference in a new issue