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";
|
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";
|
||||||
|
|
|
||||||
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue