mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 02:57:44 +00:00
feat: basedpyright
This commit is contained in:
parent
b48629998d
commit
88fc362777
1 changed files with 8 additions and 11 deletions
|
@ -68,6 +68,12 @@ in {
|
||||||
formatter.command = "alejandra";
|
formatter.command = "alejandra";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
name = "python";
|
||||||
|
auto-format = true;
|
||||||
|
language-servers = [ "basedpyright" ];
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
name = "rust";
|
name = "rust";
|
||||||
|
|
||||||
|
@ -207,6 +213,8 @@ in {
|
||||||
alejandra
|
alejandra
|
||||||
nil
|
nil
|
||||||
|
|
||||||
|
# PYTHON
|
||||||
|
basedpyright
|
||||||
|
|
||||||
# RUST
|
# RUST
|
||||||
rust-analyzer-nightly
|
rust-analyzer-nightly
|
||||||
|
@ -221,16 +229,5 @@ in {
|
||||||
# ZIG
|
# ZIG
|
||||||
zls
|
zls
|
||||||
;
|
;
|
||||||
|
|
||||||
inherit (pkgs.python311Packages)
|
|
||||||
# PYTHON
|
|
||||||
# TODO: Replace with basedpyright.
|
|
||||||
python-lsp-server
|
|
||||||
;
|
|
||||||
|
|
||||||
inherit (pkgs.nodePackages_latest)
|
|
||||||
# HTML
|
|
||||||
prettier
|
|
||||||
;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue