Compare commits

...

3 commits

Author SHA1 Message Date
dfa2718bb3
flake: bump nixpkgs input 2024-06-09 12:07:26 +03:00
raf
fcab30e7bb
Merge pull request #301 from rice-cracker-dev/patch-1
languages: changed python lsp package to pyright
2024-06-09 09:06:15 +00:00
Phan Đăng Khoa
68b0647936
languages: changed python lsp package to pyright 2024-06-09 15:57:55 +07:00
2 changed files with 4 additions and 4 deletions

View file

@ -114,11 +114,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1716749035, "lastModified": 1717839683,
"narHash": "sha256-mdBp0b4VIQ71aUK2uBRROUkENk93RUUubjlQkvskNO0=", "narHash": "sha256-kC0eyEsfpXbtQ2Ee5kgjmLFSVsLgnqpj10LjEi+fK+g=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b5995681aa319d0e33a6d83a31710d6c6f092820", "rev": "3f3a01219b4a1b6ee63039a3aa63948fbf37c0dd",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

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