mirror of
https://github.com/RGBCube/ncc
synced 2025-07-28 10:37: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";
|
||||
}
|
||||
|
||||
{
|
||||
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
|
||||
;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue