Merge pull request #301 from rice-cracker-dev/patch-1

languages: changed python lsp package to pyright
This commit is contained in:
raf 2024-06-09 09:06:15 +00:00 committed by GitHub
commit fcab30e7bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
defaultServer = "pyright";
servers = {
pyright = {
package = pkgs.nodePackages.pyright;
package = pkgs.pyright;
lspConfig = ''
lspconfig.pyright.setup{
capabilities = capabilities;