based chingeright
This commit is contained in:
parent
7364a24659
commit
ce2efa9d90
2 changed files with 6 additions and 1 deletions
|
|
@ -83,6 +83,7 @@
|
|||
{
|
||||
name = "python";
|
||||
auto-format = true;
|
||||
language-servers = [ "basedpyright" "ty" "ruff" ];
|
||||
# formatter = {
|
||||
# command = "ruff";
|
||||
# args = ["format"];
|
||||
|
|
@ -227,6 +228,10 @@
|
|||
};
|
||||
};
|
||||
language-server = {
|
||||
basedpyright = {
|
||||
command = "basedpyright-langserver";
|
||||
args = ["--stdio"];
|
||||
};
|
||||
rust-analyzer.config.check.command = "clippy";
|
||||
# gas = {
|
||||
# command = "asm-lsp";
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ def "snapper clear" [] {
|
|||
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 [] {
|
||||
match (hostname) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue