based chingeright

This commit is contained in:
Tao Tien 2025-09-18 00:24:21 -07:00
parent 7364a24659
commit ce2efa9d90
2 changed files with 6 additions and 1 deletions

View file

@ -83,6 +83,7 @@
{ {
name = "python"; name = "python";
auto-format = true; auto-format = true;
language-servers = [ "basedpyright" "ty" "ruff" ];
# formatter = { # formatter = {
# command = "ruff"; # command = "ruff";
# args = ["format"]; # args = ["format"];
@ -227,6 +228,10 @@
}; };
}; };
language-server = { language-server = {
basedpyright = {
command = "basedpyright-langserver";
args = ["--stdio"];
};
rust-analyzer.config.check.command = "clippy"; rust-analyzer.config.check.command = "clippy";
# gas = { # gas = {
# command = "asm-lsp"; # command = "asm-lsp";

View file

@ -39,7 +39,7 @@ def "snapper clear" [] {
snapper delete $"($first.number)-($last.number)" snapper delete $"($first.number)-($last.number)"
} }
const mode_path: path = "/sys/devices/platform/nct6775.656/hwmon/hwmon3/pwm2_enable" const mode_path: path = "/sys/devices/platform/nct6775.656/hwmon/hwmon*/pwm2_enable"
def quiet [] { def quiet [] {
match (hostname) { match (hostname) {