1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-28 10:37:44 +00:00

feat: basedpyright

This commit is contained in:
RGBCube 2025-04-07 01:40:47 +03:00
parent b48629998d
commit 88fc362777
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -68,6 +68,12 @@ in {
formatter.command = "alejandra";
}
{
name = "python";
auto-format = true;
language-servers = [ "basedpyright" ];
}
{
name = "rust";
@ -207,6 +213,8 @@ in {
alejandra
nil
# PYTHON
basedpyright
# RUST
rust-analyzer-nightly
@ -221,16 +229,5 @@ in {
# ZIG
zls
;
inherit (pkgs.python311Packages)
# PYTHON
# TODO: Replace with basedpyright.
python-lsp-server
;
inherit (pkgs.nodePackages_latest)
# HTML
prettier
;
};
}