[fix] nvim: re-enable pylance
All checks were successful
/ check (push) Successful in 24s
/ build (docs) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 2s
/ build (nvim) (push) Successful in 13s

Also switch to the ruff beta lsp server
This commit is contained in:
Jalil David Salamé Messina 2024-07-16 22:42:39 +02:00
parent bbe6825ceb
commit 854e7d6af0
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -189,7 +189,9 @@ in
autoEvalInputs = true; autoEvalInputs = true;
}; };
}; };
ruff-lsp.enable = true; pyright.enable = true;
# ruff-lsp.enable = true;
ruff.enable = true;
taplo.enable = true; taplo.enable = true;
# texlab.enable = true; # Not writing TeX rn # texlab.enable = true; # Not writing TeX rn
typos-lsp.enable = true; typos-lsp.enable = true;